What about when we say int main? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What about when we say int main?

C++

1st Dec 2018, 1:03 PM
Akwadaa Swerve
Akwadaa Swerve - avatar
2 Answers
+ 5
We say to the compiler about the program's skeleton as int main() { } It's the most basic things that a compiler needs to know about the program's entry point and validity.
1st Dec 2018, 1:13 PM
Babak
Babak - avatar
0
Okay cool
1st Dec 2018, 10:35 PM
Akwadaa Swerve
Akwadaa Swerve - avatar