

InterviewSolution
Saved Bookmarks
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() |
|