1.

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 charI 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

Answer»

The correct option is (B) From float to char POINTER

Best EXPLANATION: CONVERSION of a float to pointer type is not ALLOWED.



Discussion

No Comment Found

Related InterviewSolutions