Ternary operators use ____________ notation.
Prefix
Postfix
Infix
None of these
__________ variable are Global to a class.
local
Instance
Class
(X%2=0) is true it x is _________ number
prime
odd
even
mixed
Choose the result of (17%3)
5
2
3
17
____________ operation extracts the rightmost digit from a number.
modulus
division
addition
multiplication
Variable declaration does __________ reservation.
memory
value
pointer
none of these
___________ function of math class returns the square root of a value.
log
square
sine
sqrt