English, asked by SohailAkbar, 1 year ago

What is type casting?​

Answers

Answered by Anonymous
4

assign (an actor or actress) repeatedly to the same type of role, as a result of the appropriateness of their appearance or previous success in such roles.

Answered by hirshazishan10
1

Type casting is a way to convert a variable from one data type to another data type. For example, if you want to store a 'long' value into a simple integer then you can type cast 'long' to 'int'. You can convert the values from one type to another explicitly using the cast operator as follows − (type_name) expression.

I Hope It was helpful....

Similar questions