

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not true in type conversions? |
A. | The value of RHS is assignment is converted to the type of LHS. |
B. | When converting from a floating point type to an integer the fractional part will be lost. |
C. | When constants and variables of different types are mixed in an expression, they are converted to the same type. |
D. | The conversion from a char to a double is invalid. |
Answer» E. | |