What is calloc malloc realloc in c?


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

Post New Answer

More C Interview Questions

Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,






While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


what is the meaning of 'c' language

3 Answers  


What is wrong with this code?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


Can we write a program without main() function?

9 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


Categories