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 int
This 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