Hi Guru here.......my question is....... Is it necessary to
start the execution of a program from the main() in C?
Answer Posted / shreepad
Most new toolchains allow you to configure the entry point
other than main(). hence unless other wise specified, main
is the default entry point.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Tell me which parameters decide the size of data type for a processor?
How do malloc and calloc work?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
Explain the difference between testing and verification?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
What is the repository pattern? The factory pattern? Why are patterns important?
What is the function of watchdog timer in embedded system?
Why do we need virtual device drivers when we have physical device drivers?
What trade offs do you have for resource contention?
What is difference between binary semaphore and mutex?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?