C Language Pointer Interview Questions and Answers For Freshers Part-12
25. How does free() know how much memory to release? There’s no standard way. It can vary from compiler to compiler, even from version to version of the same compiler. free(), malloc(), calloc(), and realloc() are functions; as long as…
Read More