Computer Science, asked by janashin28, 1 year ago

what is assignment operator​


janashin28: any one answer my question

Answers

Answered by palakawasthi33
6

Answer:

The assignment operator is the operator used to assign a new value

to a variable, property or event.

Answered by ItzCherie15
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