Which of the following is an invalid assignment operator?
Posted: Wed Jul 13, 2022 7:54 pm
a) a %= 10;
b) a /= 10;
c) a |= 10;
d) None of the mentioned
b) a /= 10;
c) a |= 10;
d) None of the mentioned
Accurate answers. Every time.
https://answerhappy.com/