10. C – Type Casting
Converting one datatype into another is known as type casting or, type-conversion. There are two types of type conversion: Implicit Type Conversion Also known as ‘automatic type conversion’. Done by the compiler on its own, without any external trigger from the user. Generally takes place when in an expression more than one data type is… Read More »