Computer Science, asked by suniyalrai7703, 10 months ago

Define Variables and explain.

Answers

Answered by Ankit02
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