Page 1 of 1

Which of the following is an invalid assignment operator?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) a %= 10;
b) a /= 10;
c) a |= 10;
d) None of the mentioned