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????????
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / valli
the return address of function main will be stored in the
stack
| Is This Answer Correct ? | 8 Yes | 0 No |
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
Is c# a good language?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
why you will give me a job in TCS.
Why is malloc used?
Write a program to swap two numbers without using third variable?
What are bit fields? What is their use?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
formula to convert 2500mmh2o into m3/hr
ATM machine and railway reservation class/object diagram
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
input any 4 digit number and find the difference of all the digits?