Why is main function important?
Answer / Ajit Kumar Sharma
The main() function serves as the entry point for a C++ program. Without it, the compiler would not know where to start execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best c c++ compiler for windows?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
When should I use unitbuf flag?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
How do I use turbo c++?
Is c++ a software?
What is a responder chain?
What are move semantics?
What are the techniques you use for debugging?
Is it possible for the objects to read and write themselves?