0 votes
in C Plus Plus by

Which of the following is not a valid arithmetic operator in C Language?

A) +

B) –

C) *

D) /

1 Answer

0 votes
by
Answer: E

Explanation: There are only four arithmetic operators in C Language, as listed in options A-D. Option E is not a valid operator.
...