What does malloc () calloc () realloc () free () do?


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

Post New Answer

More C Interview Questions

proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


how to use enum datatype?Please explain me?

3 Answers   Excel,


How can I find out how much free space is available on disk?

0 Answers  


Is fortran still used today?

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  






How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


Can we assign integer value to char in c?

0 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


Explain what is wrong with this program statement? Void = 10;

0 Answers  


Categories