Which symbol is used for assignment operator?
a) =
b) ==
c) ===
d) =! =
Which operators process numerical values and return a single
numerical value?
a) comparison operator
b) assignment operator
c) arithmetic operator
d) logical operator
The operator that is used before the operand in expression is called………
a) prefix notation
b) postfix notation
c) middle notation
d) all of these
The operator that is used after the operand in expression is called………
a) prefix notation
b) postfix notation
c) middle notation
d) all of these
The order in which different types of operators in an expression are evaluated
a) operator precedence
b) operator associativity
c) expression precedence
d) expression associativity
Which of the following is the highest precedence of operator?
a) *
b) ()
c) {}
d) /