Computer Science, asked by tarikaramani, 4 months ago

tarika has written a program without main() function in C++.
Explain her why main() function is important in a C++ program.

pls no inappropriate ans

Answers

Answered by keyboardavro
1

Answer:

Explanation:

The main () function as a built-in function: The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. ... The main () function provides a platform for calling the first user-defined function in the program.

Answered by bhumikabehera16
8

Answer:

main () function in c +++ ...it's important in c++ program

Similar questions