✏️ Explanatory Question

What is typecasting?

👁 864 Views
📘 Detailed Answer
💡

Answer with Explanation

The typecasting is a process of converting one data type into another is known as typecasting. If we want to store the floating type value to an int type, then we will convert the data type into another data type explicitly.


(type_name) expression;