What are int,char,float...identifier? keyword? please define | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

What are int,char,float...identifier? keyword? please define

thank you

5th Feb 2021, 4:54 PM
Kazi Arafatul Islam Insaf
Kazi Arafatul Islam Insaf - avatar
10 Answers
+ 3
int means integers char means character float means floating points or decimal values Identifiers are the names given to different parts in a program Keyword are the reserved words which have a specific meaning to the complier
5th Feb 2021, 4:59 PM
Atul [Inactive]
+ 2
D_Stark yes "this" keyword is used to call current object, not "these". "these" is not a keyword
6th Feb 2021, 2:29 PM
Atul [Inactive]
+ 1
"this" is a keyword not "these"
5th Feb 2021, 5:26 PM
Atul [Inactive]
+ 1
They are types of data 123 in real life are type numbers In java there called type int
5th Feb 2021, 10:54 PM
D_Stark
D_Stark - avatar
+ 1
Atul "this" is a keyword that refers to the instance of this<---- class
6th Feb 2021, 2:19 PM
D_Stark
D_Stark - avatar
0
is these keyword?
5th Feb 2021, 5:20 PM
Kazi Arafatul Islam Insaf
Kazi Arafatul Islam Insaf - avatar
0
Okey, got it. Thank you all.
6th Feb 2021, 2:30 PM
Kazi Arafatul Islam Insaf
Kazi Arafatul Islam Insaf - avatar
0
Atul yes that's correct
6th Feb 2021, 3:25 PM
D_Stark
D_Stark - avatar
0
Thanks to all
1st May 2021, 4:03 PM
Kazi Arafatul Islam Insaf
Kazi Arafatul Islam Insaf - avatar