Q. When should you use type-casting?
β
Correct Answer: (D)
All the answers are true
Explanation: You should use type-casting when:
The value to be stored exceeds the maximum limit
The value to be stored is not supported by this data type
To reduce the memory used, according to the value
The value to be stored exceeds the maximum limit
The value to be stored is not supported by this data type
To reduce the memory used, according to the value