Arithmetic Operators

What are the two types of arithmetic operators??
Unary and Binary
Unary and Ternary
Binary and Ternary
Binary only
What is the difference between (+) and(++)??
(+) operator is the increment operator and (++) is the addition operator
(+) operator is the addition operator and (++) is the increment operator
There is no difference
None of these
The operator which finds the modulus of its first operand relative to second.
Additon
Subtraction
Modulus
Decrement
Name all the arithmetic binary operators.
!, &&, ||
+, -, *, /, %
+, ., -, !,
None of these
Find the difference between (5+6) and (“5”+”6”).
In (5+6) the answer is 56 and in (“5”+”6”) is 11.
In (5+6) the answer is 11 and in (“5”+”6”) is 56.
Both are same
In (5+6) the answer is 11 and in (“5”+”6”) is 30.
If a stores 45, b stores 2 and c=a % b + b, What is the value stored is c??
4
3
2
1
If a=2,b=3and c=9, Find a-(b++)*(--c)
-22
14
22
-21
Int x=45; x*=25; cout<
1025
1875
1125
775
Float c; int x=5,y=10 , z=51; c=x*y+z/2.5; cout<
71.4
71
70
70.4
Int x=75; x*=25; cout<
2345
1765
1875
1895
{"name":"Arithmetic Operators", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What are the two types of arithmetic operators??, What is the difference between (+) and(++)??, The operator which finds the modulus of its first operand relative to second.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker