Computer Science, asked by likhitrajbehera, 10 months ago

Name the operator that is used to assign a value to a variable or constant.​

Answers

Answered by Anonymous
4

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 Arya2230
3

Answer:

assignment operator....

Similar questions