1.

Which of the following can remove data from the buffer?(a) memory(b) ram(c) pointer(d) slackI got this question by my college professor while I was bunking the class.This interesting question is from Buffers topic in division Buffering and other Data Structures of Embedded Systems

Answer»

Right answer is (C) pointer

The explanation is: The data can be REMOVED from the BUFFER using a pointer. The pointer locates the next value and can move the data from the buffer and is moved to the next location by INCREMENTING its value by the number of words or bytes.



Discussion

No Comment Found

Related InterviewSolutions