difference between type casting and type conversion
Answers
Answered by
0
Answer:
Hi
Explanation:
In typecasting, a data type is converted into another data type by a programmer using a casting operator. Whereas in type conversion, a data type is converted into another data type by a compiler. Typecasting can be applied to compatible data types as well as incompatible data types.
Mark as Brainliest
Answered by
0
Explanation:
TYPE CASTING: THE EXPLICIT CONVERSION
OF AN OPERAND TO A SPECIFIC TYPE IS CALLED TYPE CASTING
TYPE CONVERSION: THE PROCESS OF CONVERTING ONE PREDEFINED TYPE INTO ANOTHER IS CALLED TYPE CONVERSION
Similar questions