C++ OPERATOR | C++ FOUNDATION Question 3

Last Updated :
Discuss
Comments

Which of the following is not an arithmetic operation?

b * = 10;

b / = 10;

b ! = 10;

a % = 10;

Share your thoughts in the comments