Home » C Programming » Data Types » Question
  1. When do you need to use type-conversions?
    1. The value to be stored is in a form not supported by that data type
    2. To reduce the memory in use, relevant to the value
    3. The value to be stored is beyond the max limit
    4. All of above
    5. None of these
Correct Option: D

*The value to be stored is in a form not supported by that data type.
*To reduce the memory in use, relevant to the value.
*The value to be stored is beyond the max limit.



Your comments will be displayed only after manual approval.