Vidyalelo
C Programming · Q87

C Fundamentals

Programming · C Programming · question 87

Q87

Which of the following is an invalid assignment operator?

A.
a %= 10;
B.
a /= 10;
C.
a |= 10;
D.
None of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board