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 the function of dma controlled in embedded system?
How do you identify hardware errors?
What do you do when you get stuck with a problem you can't solve?
Differentiate testing and verification?
What are the components of embedded system?
How do you learn about the latest technology trends?
Explain what is size of character, integer, integer pointer, character pointer?
What is meant by a sandbox.
Tell me what are the different storage classes in c?
How do the mvp, mvc, and mvvm patterns relate?
What kinds of problems can you hit with locking model?
Tell me what is the need for an infinite loop in embedded systems?
Tell me what is difference between binary semaphore and mutex?
Which is the best way to write loops?
Tell me can structures be passed to the functions by value?