Please give attention don't answer silly things
.
.
.
.
Why is main function is special give two reasons in C++
Answers
Answered by
0
ɧeʅʅԾԾ
ɧeՐe ɿՏ ՄՐ ԹՌՏաeՐ
The Main Function. In C, the "main" function is treated the same as every function, it has a return type (and in some cases accepts inputs via parameters). The only difference is that the main function is "called" by the operating system when the user runs the program.
OR
Whenever a C++ program is executed, execution of the program starts and ends at main(). The main is the driver function of the program. If it is not present in a program, no execution can take place.
нορє ιτ нєℓρѕ γου
Answered by
0
HERE IS UR ANSWER
_____________________❤
When C++ function works the explanation starts at it and ends at mains ()
Similar questions