Computer Science, asked by fasterfeet, 10 months ago

values are assigned to variable using a ............ operator​

Answers

Answered by Laiba123456789
13

Answer:

Assignment operator.

Example. =

Be sure this is a correct answer.....

Answered by abhinaydatla
4

Answer:

Assignment Operator.

Explanation:

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. If you have more than one variable of the same type you can also declare them together

Similar questions