+ 3
main is a function and when you write int main() it means that the function returns a integer value. But when you write int integer it means that you are declaring a variable named integer of type int. Eg: int integer = 2;
10th Jul 2016, 6:10 AM
Chaitanya Deshpande
Chaitanya Deshpande - avatar