In C++, type conversion is the process of converting one data type to another data type. There are two types of type conversion in C++: implicit type conversion and explicit type conversion.1. Implicit Type Conversion: Implicit type conversion is also known as automatic type conversion. It occurs when the compiler automatically converts one data type to another data type without any need of explicit user intervention. Implicit type conversion takes place...
Showing posts with label implicit and explicit type conversion. Show all posts
Showing posts with label implicit and explicit type conversion. Show all posts