✏️ Explanatory Question

What is typecasting?

👁 862 Views
📘 Detailed Answer
862
Total Views
6
Related Qs
0%
Progress
💡

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;