Hi Guru here.......my question is....... Is it necessary to
start the execution of a program from the main() in C?
Answer Posted / kumar
we can execute the program without main() also,but according
to the standardization of 'c' we must write the main
function.main is called as start-up function......during
compilation there will be a _start function by which the
execution starts.this _start calls main,after main execution
it returns to the _start function then it starts the
execution of the remaining code............
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me can include files be nested?
Tell me significance of watchdog timer in embedded systems?
What is the difference between hardware design and software design?
What is the size of the int, char and float data types?
Please explain can structures be passed to the functions by value?
Tell me what are the qualifiers in c?
What's your experience with technical documentation?
What is return type of isr?
What is difference between using a macro and a in line function?
What are the different types of embedded systems?
Tell me what is the function of simple thread poll in embedded system?
Can we use any function inside isr?
What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?
Tell me what is the need for an infinite loop in embedded systems?
What is continuous integration? Why is it important?