Which part of an expression determines the expression type?
Constants
Variables
Operators
Operation
Which expression is a combination of constants, variables and logical and relational operators?
Logical
Arithmetic
Relational
Integer
What do you mean by converting one predefined type into another?
Type casting
Type conversion
Type compatibility
None
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 of the following is a shorthand operator in C++?
+
*=
==
>=
What do you mean by the explicit conversion of an operand to a specific type?
Type promotion
Which type conversion is performed by the compiler without programmer's intervention?
Explicit type
Implicit type
Which operator has higher precedence than relational operator?
Conditional
Assignment
In which version of increment/decrement operator, change-then-use rule is following in evaluation of an expression?
Infix
Prefix
Postfix
Suffix
Which C++ operator determines the relation among different operands?
Increment/Decrement