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
What is the difference between class and object in c?
What are global variables and how do you declare them?
What are nested functions in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why ca not I do something like this?
Explain what is the concatenation operator?
List some of the static data structures in C?
What is linear search?
How are 16- and 32-bit numbers stored?
What are the different types of C instructions?
Is stack a keyword in c?
how logic is used
Explain a file operation in C with an example.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What does static variable mean in c?