Find total number of occurence's of each number in a given array
Software Developers Interview Questions
96,169 software developers interview questions shared by candidates
If you have an unsorted array of 1,000,000 elements, how would you sort this array?
Write a program to print all even numbers one below the other followed by odd numbers between 1 to 100 using only one 'for' loop. Output should look like this: 2 4 6 ...... 98 1 3 5 ...... 99 Is it possible to write a program for above output given the condition stated above
in an array with 10, 22, 13 . output 10, 32, 45,
2.1. Print number from 1 to 100 without using loop.
Should abstract class compulsorily posses abstract method?
Replace the number of T's in the word OpenText with the count of that letter ?
Given an array and a target number, T, print out all the pairs in the array that add up to T without printing duplicates. Duplicate: (5,6)=(6,5)
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Write Hello World in C#.
Viewing 361 - 370 interview questions