Computer Science, asked by vmani9919, 4 days ago

what is assignment operator?​

Answers

Answered by soniyalamani941
1

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.

Answered by itzmedipayan2
1

Answer:

Assignment operators are used to assigning value to a variable.

Explanation:

The left side operand of the assignment operator is a variable and right side operand of the assignment operator is a value.

Hope it helps you from my side

Similar questions