C# Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 15)
15.
Which of the following is NOT an Assignment operator in C#.NET?
\=
/=
*=
+=
%=
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

S.Malathi said:   1 decade ago
Assignment operator contains only +, -, %, *.

Juhi said:   1 decade ago
/= is for division
whereas \= is meainingless

Pravesh Kumar said:   10 years ago
Except option A all is valid operator.

Rajesh said:   10 years ago
Because it is not an symbol of division.

Post your comments here:

Your comments will be displayed after verification.