a) stack pointer
b) cache
c) accumulator
d) disk buffer
Answer: b
Explanation: A memory buffer used to accommodate a speed differential is called cache
Related Posts
Which of the following are C preprocessors?
What is a preprocessor?
#include < somefile.h > are _______ files and #include “somefile.h” ________ files.
Preprocessor feature that supply line numbers and filenames to compiler is called?
C preprocessor is conceptually the first step during compilation.
What will be the output of the following C code?
#include < stdio.h >
#define foo(m, n) m * n = 10
int main()
{
printf(“in main\n”);
}C preprocessors can have compiler specific features.
Join The Discussion