values to variables are assigned using the what operator.
Answers
Answered by
6
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.
Similar questions
Math,
4 months ago
Computer Science,
4 months ago
Science,
4 months ago
Social Sciences,
8 months ago
Physics,
8 months ago
Math,
1 year ago