Vidyalelo
Data Structure · Q38

Stacks in Data Structures

Programming · Data Structure · question 38

Q38

What is the typical application of a stack in function calls?

A.
To store local variables
B.
To manage global variables
C.
To store the function's return address
Answer
D.
To handle memory allocation

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board