Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is not a valid arithmetic operator in C Language?
Home
C Plus Plus
Which of the following is not a valid arithmetic operator in C Language?
0
votes
asked
May 23
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
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.
...