MCQ
Which of the following are implicit type conversions?
- ALower range data type value is converted into higher range data type.
- BWhen operator + is applied with one of the operand of type string, other operand is converted into type string.
- ✓Both a and b
- DNone of these