Hi Guru here.......my question is....... Is it necessary to
start the execution of a program from the main() in C?
Answer Posted / ian
"Normally you are at liberty to give functions whatever
names you like, but ``main'' is special - your program
begins executing at the beginning of main. This means that
every program must have a main somewhere." Kernighan &
Ritchie - The C Programming Language 2ed. p.6
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is top half & bottom half of a kernel?
Please explain can structures be passed to the functions by value?
Tell me what is a watchdog timer?
What are the advantages and disadvantages of embedded system?
How i/o devices are classified for embedded system?
What is the purpose of a watchdog timer?
What are the most common errors you've found in embedded systems?
Can you have constant volatile variables?
Tell me what is the need for dmac in es?
How to reduce function call overhead in arm based systems
What is priority inheritance?
What is rtos in an embedded system?
What is loop unrolling?
Tell me what is null pointer and what is its use?
Why cannot arrays be passed by values to functions?