what do you mean by assignment operator
Answers
Answered by
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
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.
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.
Similar questions
English,
7 months ago
Social Sciences,
7 months ago
English,
7 months ago
Social Sciences,
1 year ago
English,
1 year ago