Embed presentation
Download to read offline










Type conversion performed automatically by the compiler without programmer intervention is known as implicit or type promotion. Type conversion performed explicitly by the programmer by specifying the data type is known as explicit type conversion or type casting, which is done in code using the form (data_type)expression. The key difference is that type casting allows conversion between types specified by the programmer while type conversion is handled by the compiler during compilation.








