Which type of conversion is NOT accepted?
(a) From char to int
(b) From float to char pointer
(c) From negative int to char
(d) From double to char
I have been asked this question in unit test.
Question is taken from Type Conversions topic in division Data Types, Operators and Expressions in C of C