Q31
Write C code to implement the strstr function.
Q32
Find the missing number from a set of 4 billion numbers
Q33
Given a file with a lot of words (10 million) find out the top 10% most frequently occurring words
Q34
If u could find the (n/4)th element of an array in O(n) time, then what is the worst time complexity of quick sort algo if this algorithm is used to decide the pivot element
Q36
Design a microprocessor
Q37
How to choose between optimization and work completion
Q38
How to find the first 0 in an array containing unknown number of 1s int the beginning.
Q39
How will you print a spiral path in a 2D matrix
Q40
How will you print a string in reverse order, using only putchar and nothing else.