Hi Guru here.......my question is....... Is it necessary to
start the execution of a program from the main() in C?
Answer Posted / amol
no
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Tell me what happens when recursive functions are declared inline?
Why would you choose java in embedded systems?
Tell me why is it better to use multi-threading polling then single threading model?
What is the volatile keyword used for?
What is something substantive that you've done to improve as a developer in your career?
Do you know what is priority inversion?
How do malloc and calloc work?
What is a 'const' variable?
Tell me how are macros different from inline functions?
What is the purpose of a watchdog timer?
Do you know what is the function of watchdog timer in embedded system?
What is inversion of control? How does that relate to dependency injection?
What are the 4 types of inheritance relationship?
Program to print the 32 number in form of binary, Hexa and ASCI.
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?