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 is information technology.
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
explain how do you use macro?
sum of two integers values only other then integer it should print invalid input.
Write program to remove duplicate in an array?
What is character set?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
WHAT IS LOW LEVEL LANGUAGE?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What are the types of pointers?
What is local and global variable in c?