

InterviewSolution
Saved Bookmarks
1. |
What solution can be done for the inefficiency in the memory usage of small data?(a) same size buffer(b) single buffer(c) variable size buffer(d) directional bufferI had been asked this question in my homework.This intriguing question originated from Buffer Exchange topic in chapter Buffering and other Data Structures of Embedded Systems |
Answer» Right answer is (c) variable size buffer |
|