Login
Remember
Register
Ask a Question
Which of the following is not a valid arithmetic operator in C Language?
0
votes
asked
May 23, 2024
in
C Plus Plus
by
rajeshsharma
Which of the following is not a valid arithmetic operator in C Language?
A) +
B) –
C) *
D) /
valid
arithmetic
operator
in
c
language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2024
by
rajeshsharma
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.
...