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
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is structure pointer in c?
What is c preprocessor mean?
What is the use of bitwise operator?
What is a list in c?
How do you construct an increment statement or decrement statement in C?
how to find binary of number?
What extern c means?
Can we change the value of #define in c?
what is the diffrenet bettwen HTTP and internet protocol
What is the difference between c &c++?
How does struct work in c?
What is restrict keyword in c?
Why can't I perform arithmetic on a void* pointer?
What is this pointer in c plus plus?