0
Why special characters are not be written in variables?
1 Réponse
0
Special characters are usually used for something else within the programming language.
E.g. < means "less than" and implies that you are comparing two values so if you put that in a variable the compiler will try and compare values using it.