

MCQOPTIONS
Saved Bookmarks
1. |
The rule for implicit type conversion is |
A. | int < unsigned < float < double |
B. | unsigned < int < float < double |
C. | int < unsigned < double < float |
D. | unsigned < inc < double < float |
Answer» B. unsigned < int < float < double | |