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 interaction semantics used in embedded systems?
Explain the difference between testing and verification?
What is continuous integration? Why is it important?
Why do we need virtual device drivers when we have physical device drivers?
A vast majority of high performance embedded systems today use risc architecture why?
What is difference between binary semaphore and mutex?
Explain me what is spin lock?
If a system goes blank, how do you debug it?
Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?
Tell me what is null pointer and what is its use?
Explain what are the uses of the keyword static?
What is spin lock?
Tell me what is interaction semantics used in embedded systems?
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
What happens when recursion functions are declared inline?