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
Explain how are 16- and 32-bit numbers stored?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Which is better pointer or array?
Can you define which header file to include at compile time?
What is the difference between printf and scanf )?
Explain high-order bytes.
What is the condition that is applied with ?: Operator?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How do we open a binary file in Read/Write mode in C?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Explain union.
What is the process to generate random numbers in c programming language?
For what purpose null pointer used?
What is the purpose of 'register' keyword?