+ 2
Variablename as a numeric number
can a variable be called as an integer (int 23=4;////$4=6;...) if yes then in what languages
4 Answers
+ 10
I think it's not possible, unless in the lenguages I've seen here (the only ones I actually know)
+ 8
No it can't because it will create logical issues on code..
+ 4
No. You can only have numbers after letters, in the majority of languages.
int a5 = 5;
- 1
thx