Computer Science, asked by aryansharma91, 6 months ago

values to variables are assigned using the what operator.​

Answers

Answered by iamvanshika53
0

Answer:

The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Answered by Omega110206
0

Answer:

The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator

Similar questions