_________is used to assign value to the variables
Answers
Answered by
9
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; .The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.
Answered by
53
Answer:
Assignment is used to assign value to the variables.
Hope it's helpful for you dear
Similar questions