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 meant by realloc()?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Whats s or c mean?
How reliable are floating-point comparisons?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
what are enumerations in C
Explain how can you tell whether two strings are the same?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Is c compiled or interpreted?
What is the size of empty structure in c?
What is substring in c?
How can I change the size of the dynamically allocated array?
What is array of pointers to string?
What are the usage of pointer in c?