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 |
What is the stack in c?
Is array a primitive data type in c?
What is time null in c?
What is meant by high-order and low-order bytes?
What are the functions to open and close file in c language?
What is sparse file?
Explain is it better to bitshift a value than to multiply by 2?
What are the 4 types of organizational structures?
What is the method to save data in stack data structure type?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Why doesnt long int work?
Explain two-dimensional array.