1 | 6 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | 7 | ||||||||||||||||||||||||
1. Defining a variables name and type.
2. Classification that specifies which type of value a variable can hold in a programming language.
3. The process of providing a variable with a specific value.
4. A variable that can be accessed and modified from any part of a program.
5. Automatic variables in programming languages can ascertain their data type by analyzing their value.
6. A variable that can only be accessed within a specific function.
7. A value that remains unaltered throughout the execution of a program.