Arithmetic operators are………..
a) +, -
b) *, /
c) ^, MOD
d) all of these
(=) is type of operator…………….
a) assignment
b) arithmetic
c) logic
d) increment
<, >, <=, >= are examples of operators
a) assignment
b) arithmetic
c) logic
d) relational
Result of expression X+Y/10, where X=30, Y=50
a) 35
b) 8
c) 53
d) 45
Result of expression (A+B) *B/10, where A=20, B=30
a) 90
b) 150
c) 120
d) 160
An operator which is used to assign a value to variable is called……..
a) arithmetic
b) assignment
c) logical
d) comparison