Computer Science, asked by BrainlyHulk, 11 months ago

5 Points !!!


What are the two values assosiated with a variable ?

C++ || Class 11 CBSE Computer

Answers

Answered by Anonymous
15

Hey,



Q. What are the two values associated with a variable?

Answer : The two values associated with variables are :


(a) Declaration values - It must be done as a data type before they are used in the program.

(b) Assigning values - The value for a declared variable can be assigned/changed to variables with an assignment statement/assignment operator.


But, during execution a variable may take different values at different times.


BrainlyHulk: Nice ✌✌
Answered by Anonymous
10

The two values associated with a variable :

(a) Declaration values

(b) Assigning values

Similar questions