How can I sort more data than will fit in memory?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain the difference between struct and union.
What are the advantages of union?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is the difference between local variable and global variable in c?
write a program wch produces its own source code aas its output?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
How would you rename a function in C?
Why isnt any of this standardized in c?
what is the difference between global variable & static variable declared out side all the function in the file.
How can I call a function with an argument list built up at run time?