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()

To EXPLAIN I WOULD say: The malloc() and unmalloc() are the system calls in which the unmalloc() is the counterpart of the malloc().



Discussion

No Comment Found

Related InterviewSolutions