1.

How a buffer memory allocate its memory through the linker?(a) statically(b) dynamically(c) linearly(d) non-linearlyThis question was addressed to me during an interview for a job.This question is from Buffer Memory topic in portion Buffering and other Data Structures of Embedded Systems

Answer»

Correct answer is (a) STATICALLY

The best I can explain: The BUFFER memory can be allocated MAINLY in two ways, statically and dynamically. Statically, the memory is allocated through the linker and dynamically it can allocate memory during RUNTIME by CALLING an operating system.



Discussion

No Comment Found

Related InterviewSolutions