Computer Science, asked by adwaiths75, 7 months ago

what is the difference between initialization and input​

Answers

Answered by Anonymous
6

Answer:

Declaration is not to declare "value" to a variable; it's to declare the type of the variable. Assignment is simply the storing of a value to a variable. Initialization is the assignment of a value to a variable at the time of declaration.

Answered by Anonymous
0

Answer:

Declaration is not to declare "value" to a variable; it's to declare the type of the variable. Assignment is simply the storing of a value to a variable. Initialization is the assignment of a value to a variable at the time of declaration.

Similar questions