Explain how does free() know explain how much memory to release?


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

Post New Answer

More C Interview Questions

How is null defined in c?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Is c procedural or functional?

0 Answers  






Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


define function

4 Answers   Assurgent, Sonata,


How #define works?

0 Answers  


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Categories