- They must always begin with a letter , although some system permit underscore as the first character.
- The length of a variable most not be more than 8 character.
- white space is not allowed .
- a variable should not be a keyword.
- it should not contain any special characters.
example of invalid variable names are :
123 , (area) , -hello , %abc , etc.
A variable must be declared before it can be used . Variables can be declared at the start of any block of code .
No comments:
Post a Comment