- 3
What are int,char,float...identifier? keyword? please define
thank you
10 Antworten
+ 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
+ 3
You could have a done a simple google search,
https://www-geeksforgeeks-org.cdn.ampproject.org/v/s/www.geeksforgeeks.org/difference-between-keyword-and-identifier/amp/?amp_js_v=a6&_gsa=1&usqp=mq331AQHKAFQArABIA%3D%3D#aoh=16125459249717&referrer=https%3A%2F%2Fwww.google.com&_tf=From%20%251%24s&share=https%3A%2F%2Fwww.geeksforgeeks.org%2Fdifference-between-keyword-and-identifier%2F
+ 2
D_Stark yes "this" keyword is used to call current object, not "these". "these" is not a keyword
+ 1
"this" is a keyword not "these"
+ 1
They are types of data
123 in real life are type numbers
In java there called type int
+ 1
Atul "this" is a keyword that refers to the instance of this<---- class
0
is these keyword?
0
Okey, got it. Thank you all.
0
Atul yes that's correct
0
Thanks to all