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 register variable in c language?
Can include files be nested? How many levels deep can include files be nested?
Why c language?
Can you assign a different address to an array tag?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Is null a keyword in c?
What standard functions are available to manipulate strings?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the role of && operator in a program code?
Who developed c language?
What is #include conio h?
Explain how do you print an address?
How can I manipulate strings of multibyte characters?
What are terms in math?