Define Variables and explain.
Answers
Answered by
0
Variables are the fundamental building block which is used to store values.
For Example:-
int an = 5;
Here 'an' is a Variable whose data type is Integer and which stores the value of 5.
Hope it Helps
Similar questions