InterviewSolution
Saved Bookmarks
| 1. |
Which of the following type-casting have chances for wrap around?(a) From int to float(b) From int to char(c) From char to short(d) From char to intThis question was addressed to me in exam.I'm obligated to ask this question of Type Conversions in chapter Data Types, Operators and Expressions in C of C |
|
Answer» RIGHT option is (b) From int to char Easiest EXPLANATION - NONE. |
|