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 do you mean by dynamic memory allocation in c? What functions are used?
Is c procedural or functional?
Can you write the algorithm for Queue?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are Macros? What are its advantages and disadvantages?
What is preprocessor with example?
What is difference between static and global variable in c?
What are the types of data files?
What are shell structures used for?
about c language
Is javascript based on c?
Explain the use of keyword 'register' with respect to variables.
How do I determine whether a character is numeric, alphabetic, and so on?
What is c token?
What are the 5 types of inheritance in c ++?