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 |
Is array a primitive data type in c?
How to compare array with pointer in c?
What Is The Difference Between Null And Void Pointer?
Explain the differences between public, protected, private and internal.
Should I learn c before c++?
What is typedef struct in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
There seem to be a few missing operators ..
what is the function of void main()?
What is a union?
define c
please send me the code for multiplying sparse matrix using c