3. What is Type casting ?

The explicit conversion of an operand to a specific type is called type casting also known as explicit type conversion. e.g. str(5), int(‘5’) etc.