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 is difference between static and global variable in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What are valid signatures for the Main function?
Differentiate between calloc and malloc.
How do you write a program which produces its own source code as output?
What is strcmp in c?
What is && in c programming?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
difference between Low, Middle, High Level languages in c ?
What is derived datatype in c?
What does the && operator do in a program code?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is the use of gets and puts?
What is the difference between local variable and global variable in c?
How can I read a binary data file properly?