Answer Posted / kiransing paradeshi
When the programme is commpiled,in the kernel execl will be
called (execl will replace current process image with new
process image)in the new process strat up routine
ia executed this start up routine is written in C abd assembly.
In this routine exit(main()); function will called,this will
call to main() function.
Kiransing Paradeshi
Software Engineer
SPA Comuters (P) Ltd
Banglore,India
kiransing4u@gmail.com
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the purpose of the preprocessor directive error?
Can you mix old-style and new-style function syntax?
Who is the main contributor in designing the c language after dennis ritchie?
Explain what are bus errors, memory faults, and core dumps?
What is the difference between new and malloc functions?
What is bubble sort in c?
Is main is a keyword in c?
What is the difference between text and binary i/o?
Where static variables are stored in memory in c?
What is a example of a variable?
What is file in c preprocessor?
What is output redirection?
List some of the static data structures in C?
Lists the benefits of c programming language?