Which of the following is valid identifier names?
1 point
my_file
123X
Roll No
None
Answers
Answered by
1
Answer:
A valid identifier has characters [A-Z],[a-z] or numbers [0-9], $ (dollar sign) and _ (underscore). For example, @dataflair is not a valid identifier, because it contains @ which is a special character. We can't declare a variable with space. For example, data flair is invalid.
Explanation:
Answered by
0
Explanation:
For example, Count, number, and Age are all valid identifiers. Similarly, x, y, z, A, or Care all valid names. ... Thus, float or double, and int are invalid identifiers, whereas Double, Int, and INT are valid identifiers because the case of letters has been altered.
Similar questions
English,
2 months ago
Math,
2 months ago
English,
2 months ago
Biology,
5 months ago
Computer Science,
5 months ago
CBSE BOARD XII,
10 months ago
Math,
10 months ago