During program compilation, which of the following data structures is used to hold
return addresses when a procedure is called?
A. Stack,
B. Array.
C. Queue.
D. Record.
1
Expert's answer
2021-01-13T19:59:34-0500
Answer: A: Stack
The primary purpose of a call stack is to store the return addresses
Comments
Leave a comment