Vidyalelo
C Programming · Q293

C Fundamentals

Programming · C Programming · question 293

Q293

Which of the following is not an arithmetic operation?

A.
a * = 10;
B.
a / = 10;
C.
a ! = 10;
Answer
D.
a % = 10;

Answer: Option C

Solution

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