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