what is the first address that gets stored in stack
according to a C or C++ compiler???? or what will be the
first address that gets stored when we write a C source
code????????
Answer Posted / valli
the return address of function main will be stored in the
stack
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Does * p ++ increment p or what it points to?
Where are the auto variables stored?
What the advantages of using Unions?
What are register variables? What are the advantage of using register variables?
What are the difference between a free-standing and a hosted environment?
Can we increase size of array in c?
Explain what is the difference between a string and an array?
can we have joblib in a proc ?
How can I implement a delay, or time a users response, with sub-second resolution?
What are the application of void data type in c?
What are global variables and how do you declare them?
Why c is faster than c++?
What are categories used for in c?
how to find binary of number?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???