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 software languages have you used to design, develop, and debug software application interfaces?
Are you familiar with design patterns? What design software have you used and in what situations?
Can you name the differences between object-oriented and component-based design?
How does a 3 tier application differ from a 2 tier one?
How can you optimize the i/o performance?
Why is the single responsibility principle important?
What is dma in an embedded system?
What type of software simulator and developer have you used?
What is the need for having multibyte data input and output buffers in case of device ports?
What are the types of embedded system?
What is an embedded system and why it is used?
You have two computers, and you want to get data from one to the other. How could you do it?
Why are patterns important?
What is the repository pattern? Why are patterns important?
What do you mean by interrupt latency?