Computer Science, asked by rajnijain1982jain, 9 hours ago

which one is used to declare a variable​

Answers

Answered by sapnagiriswami
0

Answer:

Before they are used, all variables have to be declared. Declaring a variable means defining its type, and optionally, setting an initial value (initializing the variable). Variables do not have to be initialized (assigned a value) when they are declared, but it is often useful.

Similar questions