The operator used to complete the remainder of dividing op1 by op2.
a) *
b) –
c) /
d) %
To increment value we refer to the operator.
a) —
b) ++
c) &&
d) //
Equal to is a ___ operator.
a) Compiler
b) Variable
c) Logical
d) Comparison
Not operation is performed by using-
a) !
b) ><
c) ≠
d) :
Ternary operator is basically shorthand of-
a) Go to
b) While
c) If else
d) If else while
____ & ? operator is also used a –
a) Binary
b) Unary
c) Ternary
d) Logical