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

What does extern mean in a function declaration?

4 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


Why isn't it being handled properly?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Where are the auto variables stored?

0 Answers   TISL,


What are directives in c?

0 Answers  


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


how to find string length wihtout using c function?

6 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  


What is the full form of getch?

0 Answers  


What is the use of ?: Operator?

0 Answers  


Categories