+ 7
main() is a function that returns an integer. That's why its declared like int main() just as any other integer function
+ 4
int is the return type of the function main.
There are other return type or data type in c++ like
float, double, char, string, book etc.



