Which operator is used to add 1 to the value of variable before the value of variable used?
a) postfix increment
b) prefix increment
c) modulus operator
d) binary operator
Which operator is used to produce true result if both conditions are true?
a) AND
b) OR
c) NOT
d) all
………..operator is used to produce false result if both conditions are false?
a) AND
b) OR
c) NOT
d) all
Which operator has the highest precedence?
a) ^
b) *
c) /
d) +