Which one of the following is a compile time operator?
Ternary
Binary
comma
size of
Which part of an expression determines the expression type?
Constants
Variables
Operators
Operation
Which of the following is referred as the object of an operation?
Operand
Operator
Expression
Which header file must be included in the program to make use of C++'s built-in mathematical functions?
Math.h
iostream.h
conio.h
string.h
What do you mean by the explicit conversion of an operand to a specific type?
Type promotion
Type compatibility
Type conversion
Type casting
Which one of the logical operator is used as a unary operator?
NOT(!)
AND(&&)
OR(||)
None of these
What do you mean by the combination of operators, constants and variables?
Data
Program
Which type of an expression is a mixture of real and integer expression?
Logical
Relational
Arithmetic
Mixed
Which logical operator has higher precedence than arithmetic or relational operator?
AND
NOT
OR
Which C++ operator will either precede or follow the operand?
Increment/Decrement
Assignment