Which type conversion is performed by the compiler without programmer's intervention?
Explicit type
Type casting
Implicit type
None
What do you mean by the combination of operators, constants and variables?
Operation
Expression
Data
Program
Which operator has higher precedence than relational operator?
Logical
Conditional
Assignment
Arithmetic
What do you mean by converting one predefined type into another?
Type conversion
Type compatibility
Which logical operator has higher precedence than arithmetic or relational operator?
AND
NOT
OR
None of these
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
Which one of the following is a compile time operator?
Ternary
Binary
comma
size of
Which C++ operator determines the relation among different operands?
Increment/Decrement
Relational
Which operator is used to string together several expressions?
Comma
Size of
Modulus
In which version of increment/decrement operator, change-then-use rule is following in evaluation of an expression?
Infix
Prefix
Postfix
Suffix