What is malloc calloc and realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c variable?
Are there namespaces in c?
How can you allocate arrays or structures bigger than 64K?
What is the use of printf() and scanf() functions?
What is scope of variable in c?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Explain two-dimensional array.
What is main () in c language?
what is the different between data structure and data type?
What is stack in c?
How can I implement sets or arrays of bits?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }