Is Type Casting other name of Type Conversion??
Answers
Answered by
1
HEY !!!!!!!!
HERE IS IT
Conversion of one data type to another automatically by the compiler is called "Type Conversion". Type casting can also be applied to two 'incompatible' data types. Type conversion can only be implemented when two data types are 'compatible'. For casting a data type to another, a casting operator '()' is required.
Answered by
0
In computer science, type conversion or typecasting refers to changing an entity of one datatype into another. There are two types of conversion: implicit and explicit. The term for implicit type conversion is coercion. Explicit type conversion in some specific way is known as casting.
Hope this helps
Similar questions