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?
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.
Explain it in detail.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers