Home » C Programming » Data Types » Question
  1. Which type of conversion is NOT accepted?
    1. From double to char
    2. From negative int to char
    3. From char to int
    4. From float to char pointer
    5. None of these
Correct Option: D

Conversion of a float to pointer type is not allowed.



Your comments will be displayed only after manual approval.