What is the difference between malloc calloc and realloc in c?


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

Post New Answer

More C Interview Questions

What's the total generic pointer type?

0 Answers  


Why do we need functions in c?

0 Answers  


What is an example of structure?

0 Answers  


how to make program without <> in libray.

0 Answers  


What is the size of enum in bytes?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


what is the difference between unix os and linux os

4 Answers  


What is #include called?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Can a pointer be volatile in c?

0 Answers  


What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


Categories