Which of the following options is not a Bitwise Operator in C#?
A. &, |
B. ^, ~
C. <<, >>
D. +=, -=
Answer: Option D
A. &, |
B. ^, ~
C. <<, >>
D. +=, -=
Answer: Option D
What does the modulus operator (%) do in C#?
A. Increments the operand by 1
B. Returns the quotient of a division
C. Performs multiplication
D. Returns the remainder of a division
Join The Discussion