What does the int command means? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does the int command means?

18th Jun 2019, 1:06 AM
Paulo Henrique Barbosa De Souza Pinheiro
2 Answers
+ 7
The 'int' stands for integer. This commad returns the integral form of the argument.
18th Jun 2019, 1:10 AM
Usama Bin Mamun
Usama Bin Mamun - avatar
+ 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
21st Jun 2019, 10:53 AM
kartik sethi
kartik sethi - avatar