0
main function in C language
What is the difference between the beginning of the main function and the end of the program?
3 Réponses
+ 12
mohamad yavari
It is like Birth and Death.
+ 10
Chicken is the main function and roast is the end
+ 3
The main function is the smallest and most important function in C/C++ . Because all the functions are activated only after using main. That's why main function is call as entry point of entry language.