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 the translation phases used in c language?

0 Answers  


Why double pointer is used in c?

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


In scanf h is used for

4 Answers   BFL,


Please list all the unary and binary operators in C.

3 Answers  






in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Why do we need arrays in c?

0 Answers  


what is a void pointer?

2 Answers  


What is the role of this pointer?

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


What is the size of enum in c?

0 Answers  


Categories