Can anyone tell what is stack overflow? what precaution we
should take?
Answer / vishnu nayak
Memory is divided into the following catageory
Stack Area
Heap Area
Data Area
Code Area
All Local Variables, formal parameters, return address of a
function are stored at stack area.
Stack Over flow mainly occurs in Recurssion. For each call
of the function a seperate set of Local variables, Formal
parameters and return address are stored at stack area.
| Is This Answer Correct ? | 0 Yes | 3 No |
Why c++ is called c++ and not c+?
explain about storage of union elements.
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is header file in c?
How can I remove the leading spaces from a string?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
who is the founder of c
19 Answers College School Exams Tests, HP,
What is static and volatile in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is dynamic dispatch in c++?
How can I recover the file name given an open stream or file descriptor?