Answer Posted / sanjay bhosale
Every c program execution starts from startup procedure which internally calls exit(main({parameters here})).
so to start execution we need main() function in our program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you print an address?
What is optimization in c?
What are shell structures used for?
Can we increase size of array in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why is c called "mother" language?
What is the difference between array and structure in c?
Is register a keyword in c?
Can include files be nested?
How many levels of indirection in pointers can you have in a single declaration?
Why c is procedure oriented?
What is the use of a static variable in c?
What are the disadvantages of a shell structure?
What is the purpose of ftell?
What are the header files used in c language?