A.AM_0 B._iP C.ABC D.9YP7 Which is illegal variable in
Asked by: Carol Baker19 viewsITMay 16, 2022
A.AM_0 B._iP C.ABC D.9YP7 Which is illegal variable in
1 Answers
+7Votes
First of all, please explain the language you use (there are thousands of computer development languages commonly used in the world, different languages are different in definition of variables)
If C/++ language
D is illegal variables
Because it stipulates that variables cannot start with numbers.
+7Votes
First of all, please explain the language you use (there are thousands of computer development languages commonly used in the world, different languages are different in definition of variables)
If C/++ language
D is illegal variables
Because it stipulates that variables cannot start with numbers.