Choose the right statement.
A)
int myage = 10; int my_age = 10;
B)
int myage = 10; int my,age = 10;
C)
int myage = 10; int my age = 10;
D) All are right
answer is A
Explanation:
Only Underscore ( _ ) symbol is allowed in a variable name i.e identifier name. Space, Comma and other special characters are not allowed.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
answer is A
Explanation:
Only Underscore ( _ ) symbol is allowed in a variable name i.e identifier name. Space, Comma and other special characters are not allowed.
need an explanation for this answer? contact us directly to get an explanation for this answer