Computer Science, asked by sabitrikanyajamatia, 3 months ago

_is also used to indicate values assigned to variable.​

Answers

Answered by SAVL0N
2

Buy Savlon Surface Disinfectant Spray Sanitizer, Germ Protection on Hard & Soft Surfaces, 170g (230ml) online at low price at brainly.in

Answered by itzpurpledna
1

Answer:

Answer: The first time a variable is assigned a value, it is said to be initialised. The = symbol is known as the assignment operator. It is also possible to declare a variable and assign it a value in the same line, so instead of int i and then i = 9 you can write int i = 9 all in one go.

Similar questions