

InterviewSolution
Saved Bookmarks
1. |
Which is the counterpart of the malloc()?(a) unmalloc()(b) proc()(c) struc()(d) return()I have been asked this question during an online interview.I'd like to ask this question from Buffer Memory topic in portion Buffering and other Data Structures of Embedded Systems |
Answer» The CORRECT CHOICE is (a) unmalloc() |
|