CBSE Class 12 Computer Science Question 104 of 120

Review of Python Basics — Question 56

Back to all questions
56
Question

Question 50

What is type casting?

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