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
regarding pointers concept
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Explain the difference between exit() and _exit() function?
Is a house a mass structure?
What is unary operator?
What is a far pointer in c?
What is equivalent to ++i+++j?
What is the use of bit field?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is #define size in c?
Why can't I perform arithmetic on a void* pointer?
What’s the special use of UNIONS?
Explain what standard functions are available to manipulate strings?
How to write a multi-statement macro?
What are integer variable, floating-point variable and character variable?