Explain the importance of main() in C++ program
Answers
Answered by
0
Answer:
The Importance of the main() Function in C Programming. All C language programs must have a main() function. It's the core of every program. ... Eventually, it contains instructions that tell the computer to carry out whatever task your program is designed to do.
Explanation:
Similar questions