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
When should you not use a type cast?
What the different types of arrays in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain 'bus error'?
What is the use of linkage in c language?
What is preprocessor with example?
Between macros and functions,which is better to use and why?
What is double pointer in c?
Difference between MAC vs. IP Addressing
Why structure is used in c?
What does 3 periods mean in texting?
What do you mean by c what are the main characteristics of c language?
How can I get random integers in a certain range?
What is #ifdef ? What is its application?
What's the best way of making my program efficient?