0

Also pls what is the meaning of int and where is it used.

12th Dec 2016, 7:42 PM
Michael Dogbey
Michael Dogbey - avatar
4 ответов
+ 2
int is a data type ,which stores integer,and the interger is stored in a stack and we use it in a code to declare our value as a integer
12th Dec 2016, 7:44 PM
anmol gupta
anmol gupta - avatar
+ 1
int is a variable's data type that stores only whole numbers. it is capable of storing negative and positive whole numbers with the help of signed(positive & negative numbers) and unsigned (positive numbers only). int is sometimes 2 or 4 bytes depending on your computer's processing speed.
12th Dec 2016, 7:51 PM
Franky BrainBox
Franky BrainBox - avatar
0
int is a variable of integer data type which assigns the integer value to the variable i.e int a=5 here, 5 is assign to variable a.
13th Dec 2016, 5:59 PM
Nishu Gowda
Nishu Gowda - avatar
0
int is a specific data holder used to hold integers
13th Dec 2016, 7:13 PM
smartguy100
smartguy100 - avatar