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
Explain what math functions are available for integers? For floating point?
What is multidimensional arrays
What are the advantages of using macro in c language?
What is an lvalue?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Lists the benefits of c programming language?
Why is c called c not d or e?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Tell me what is the purpose of 'register' keyword in c language?
Describe the order of precedence with regards to operators in C.
write a c program to find the sum of five entered numbers using an array named number
Why #include is used in c language?
What is actual argument?
write a program to rearrange the array such way that all even elements should come first and next come odd