1.

Which are the system calls which are used by the UNIX operating system?(a) malloc()(b) unmalloc()(c) malloc() and unmalloc()(d) proc() and returnI got this question in examination.My enquiry is from Buffer Memory in division Buffering and other Data Structures of Embedded Systems

Answer»

The CORRECT answer is (c) MALLOC() and unmalloc()

To explain I would say: The malloc() and the unmalloc() are the system calls which is USED by the UNIX operating system which allocates the MEMORY DYNAMICALLY and returns it.



Discussion

No Comment Found

Related InterviewSolutions