-
When do you need to use type-conversions?
-
- 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
- All of above
- 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.