C Programming - Functions - Discussion

Discussion Forum : Functions - Yes / No Questions (Q.No. 7)
7.
Is it true that too many recursive calls may result into stack overflow?
Yes
No
Answer: Option
Explanation:

Yes, too many recursive calls may result into stack overflow. because when a function is called its return address is stored in stack.

After sometime the stack memory will be filled completely. Hence stack overflow error will occur.

Discussion:
1 comments Page 1 of 1.

Janani said:   6 years ago
What is stack overflow?

Explain it in detail.

Post your comments here:

Your comments will be displayed after verification.