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 / valli
the return address of function main will be stored in the
stack
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can I do serial ("comm") port I/O?
What is null pointer constant?
What is calloc() function?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is the full form of getch?
What is sizeof int in c?
How do you print an address?
How many header files are in c?
What is uint8 in c?
How many identifiers are there in c?
What are the characteristics of arrays in c?
What is the use of in c?
What does %p mean c?
What is logical error?