There are certain limitations when the name of the variable is defined
- The name of the variable can contain letters(a to z and A to Z)
- It can have numbers (0 to 9)
- No special characters are used in the name of variable other than underscore character(_).
- A variable name can start either with letters or underscore and it cannot be started with a number.