Computer Science

What is type casting?

Python Data Handling

3 Likes

Answer

The conversion of an operand to a specific data type is called type casting. It is of two types:

  1. Explicit type conversion
  2. Implicit type conversion

Answered By

3 Likes


Related Questions