1.

Where is memory address stored in a C program?(a) stack(b) pointer(c) register(d) accumulatorThis question was posed to me during an interview for a job.This intriguing question originated from Memory Organisation of Embedded Systems topic in portion Memory Systems of Embedded Systems

Answer»

Correct answer is (B) POINTER

The explanation is: Memory model is defined by a range of memory ADDRESS which is accessible to the program. For example, in the C program, the memory address is stored in the pointer.



Discussion

No Comment Found

Related InterviewSolutions