Answer Posted / vrushali
The c run time system inserts some start up code before the
main function and inserts some clean up code at the end of
the program .
The operating system loads the executable of the program in
to the memory with the help of the loader and transfers the
control to theprogram .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the Advantages of using macro
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Why is #define used?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
C language questions for civil engineering
If fflush wont work, what can I use to flush input?
what are enumerations in C
What are the c keywords?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is memory leak in c?
What is structure and union in c?
Why array is used in c?
What is the use of a conditional inclusion statement in C?
Can a variable be both static and volatile in c?