Answer:
Only c is False rest of them are True.
Step-by-step explanation:
Identifier is a name given to a variable,function,class etc.
Following are the properties of an Identifiers :-
- They are combination of lower case (a-z) and upper case (A-Z) and digits(0-9) and underscore(_).
- It cannot start with a digit.
- It cannot use special symbols .
- they can be of any length.
- Keywords cannot be used as an Identifier.
So all of them are matching these properties of identifier except option option C.