

InterviewSolution
Saved Bookmarks
1. |
Which of the following can combine buffers in a regular and methodical way using pointers?(a) buffer exchange(b) directional buffer(c) linked lists(d) double bufferThis question was posed to me in a job interview.My enquiry is from Buffer Exchange in chapter Buffering and other Data Structures of Embedded Systems |
Answer» Right choice is (C) linked lists |
|