what is assignment operator
janashin28:
any one answer my question
Answers
Answered by
6
Answer:
The assignment operator is the operator used to assign a new value
to a variable, property or event.
Answered by
1
Answer:
In the C++ programming language, the assignment operator, =, is the operator used for assignment. Like most other operators in C++, it can be overloaded.
Similar questions