1.

How is the UNIX operating system allocates its memory?(a) statically(b) linearly(c) non linearly(d) dynamicallyI had been asked this question in a national level competition.My question comes from Buffer Memory topic in portion Buffering and other Data Structures of Embedded Systems

Answer»

Correct answer is (d) DYNAMICALLY

The best explanation: 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