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 what is the function of simple thread poll in embedded system?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
Which is the best way to write loops?
How does combination of functions reduce memory reuirement in embedded system?
What are the qualifiers in c?
What are the commonly found errors in embedded systems?
What is dma in an embedded system?
What's the difference between locking and lockless (optimistic and pessimistic) concurrency models?
what are buses used for communication in embedded system?
What are the 4 types of inheritance relationship?
Tell me what are real-time embedded systems?
Explain how to reduce interrupt latency?
Left to your own devices, what would you create?
What is the need for dmac in es?
What is so great about