1.

How did a buffer memory allocate in the runtime?(a) linearly(b) non-linearly(c) statically(d) dynamicallyThis question was posed to me during an interview.Question is taken from Buffer Memory topic in division Buffering and other Data Structures of Embedded Systems

Answer»

The CORRECT choice is (d) dynamically

Easy EXPLANATION: The buffer memory ALLOCATION is done in two WAYS, statically and dynamically. Dynamically, it can allocate memory during runtime by calling an operating system.



Discussion

No Comment Found

Related InterviewSolutions