McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Business Administration in ...
→
C Language
→
Introduction to C Language
→
Which of the following is not an arithme...
Q.
Which of the following is not an arithmetic operation?
A.
a * = 10;
B.
a / = 10;
C.
a ! = 10;
D.
a % = 10;
Answer» C. a ! = 10;
1.3k
0
Do you find this helpful?
21
View all MCQs in
C Language
Discussion
No comments yet
Login to comment
Related MCQs
Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
What is the precedence of arithmetic operators (from highest to lowest)?
Which of the following data type will throw an error on modulus operation(%)?
Operation “a = a * b + a” can also be written as ___________
Which of the following is not a valid variable name declaration?
Which of the following is not a valid variable name declaration?
Which of the following is not a valid C variable name?
Which of the following declaration is not supported by C?
Which of the following is not a pointer declaration?
Which among the following is NOT a logical or relational operator?