Home » C Programming » Data Types » Question
  1. Which of the following type-casting have chances for wrap around?
    1. From char to int
    2. From char to short
    3. From int to float
    4. From int to char
    5. None of these
Correct Option: D

From int to char



Your comments will be displayed only after manual approval.