Computer Science, asked by khushi5780, 1 year ago

what do you mean by assignment operator

Answers

Answered by vani53
1
An assignment operator is theoperator used to assign a new value to a variable, property, event or indexer element in C# programming language.Assignment operators can also be used for logical operations such as bitwise logical operations or operations on integral operands and Boolean operands.

davidmukherjee948: An assignment operator is the operator used to assign a new value to a variable, property, event or indexer element in C# programming language. Assignment operators can also be used for logical operations such as bitwise logical operations or operations on integral operands and Boolean operands.
Answered by vivek401
1
"HEY GUYS HERE IS YOUR ANSWER"
An assignment operator is the operator used to assign a new value to a variable, property, event or indexer element in C# programming language. Assignment operators can also be used for logical operations such as bitwise logical operations or operations on integral operands and Boolean operands. 
HOPE IT HELPS YOU
MARK ME ON BRAINLIEST


Unlike in C++, assignment operators in C# cannot be overloaded directly, but the user-defined types can overload the operators like +, -, /, etc. This allows the assignment operator to be used with those types.

vivek401: thanks Khushi
khushi5780: wlc
Similar questions