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 / prasant
The function return address is placed on the stack by the
x86 CALL instruction, which stores the current value of the
EIP register.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why are all header files not declared in every c program?
If errno contains a nonzero number, is there an error?
What does static variable mean in c?
What is string length in c?
Explain what are binary trees?
will u please send me the placement papers to my mail???????????????????
Differentiate between calloc and malloc.
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Can you define which header file to include at compile time?
What are the back slash character constants or escape sequence charactersavailable in c?
What is the importance of c in your views?
What does sizeof function do?
What is c definition?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Is c# a good language?