Q87
Which of the following is an invalid assignment operator?
A.
a %= 10;
B.
a /= 10;
C.
a |= 10;
D.
None of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board