+ 2
What does the int command means?
2 ответов
+ 7
The 'int' stands for integer. This commad returns the integral form of the argument.
+ 1
the 'int' is a numeric data type . we use int to declare integer type variable and we also use "int" to return value to calling function