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 are interfaces important?
What are the functional requirements that are used in the embedded systems?
Tell me how does the interrupts handle by using the threads?
How can you reduce interrupt latency?
How do you identify hardware errors?
What is pass by value and pass by reference? How are structure passed as arguments?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
What is interrupt latency and how can we decrease it?
Explain the software analysis process, such as code analysis, code metrics, and system risk analysis or software reliability.
Explain what is the need for an infinite loop in embedded systems?
What is endianness of a system and how do different systems communicate with each other?
What type of software simulator and developer have you used?
Tell me what is isr?
Tell me what are the 4 types of inheritance relationship?
Tell me what are the uses of the keyword volatile?