What is int main() | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is int main()

8th Jan 2017, 3:49 PM
Gulshan Kerketta
Gulshan Kerketta - avatar
3 Réponses
+ 2
just use the search tool on Q&A
8th Jan 2017, 4:02 PM
Uran Kajtazaj
Uran Kajtazaj - avatar
0
It's the point at which the program starts. The int refers to the return code - A successfully completed program returns 0.
8th Jan 2017, 4:14 PM
Myk Dowling
Myk Dowling - avatar
0
main() is a function and int is return type
29th Dec 2017, 5:07 AM
Sidhant Sinha
Sidhant Sinha - avatar