Explain your own answer with proper example?
Type casting is the way of converting variable of one data type into another data type,suppose u have long variable and u want to convert it into int then u have to perform long to int conversion. u can use caste operator:
(type_name) expresion