Differentiate between calloc and malloc.


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

Post New Answer

More C Interview Questions

#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


Explain spaghetti programming?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What is pointers in c?

0 Answers  






What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


What is logical error?

0 Answers  


give one ip, find out which contry

4 Answers   Google,


difference between semaphores and mutex?

1 Answers  


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>...

0 Answers  


Categories