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
Why embedded system is useful?
Given time, cost, client satisfaction and best practices, how will you prioritize them for a project you are working on? Explain why.
What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?
Tell me what is difference between binary semaphore and mutex?
What is a memory leak? What is a segmentation fault?
Explain difference between risc and cisc processor?
What is solid?
Tell me significance of watchdog timer in embedded systems?
Tell me what is null pointer and what is its use?
Mention what are the essential components of embedded system?
What are the most common errors you've found in embedded systems?
Why is it better to use multi-threading polling then single threading model?
Tell me why cannot arrays be passed by values to functions?
Do you know what is the use of volatile keyword?
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?