How can I sort more data than will fit in memory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is scope rule of function in c?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


What are the advantages and disadvantages of a heap?

0 Answers  


write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 Answers   ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  


What is extern storage class in c?

0 Answers  


What is the total generic pointer type?

0 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

25 Answers   Datamatics, Solartis, TCS, ThinkBox, Trine,


Categories