Q. |
|
|||
The names given to program elements such as variables, functions, etc. are called identifiers. To define the names of elements in a program, we have to use the following naming rules:
For example: roll and ROLL are two different identifiers.
|
||||
The names given to program elements such as variables, functions, etc. are called identifiers. To define the names of elements in a program, we have to use the following naming rules:
For example: roll and ROLL are two different identifiers.
|