Computer Science, asked by ektapardhi179, 8 months ago

Int x =12;
long y = x casting type?

Answers

Answered by jagggiii
1

Answer:

character

Explanation:

Typecasting is making a variable of one type, such as an int, act like another type, a char, for one single operation. To typecast something, simply put the type of variable you want the actual variable to act as inside parentheses in front of the actual variable.

Answered by nellaiappan42
1

Answer:

Explicit

Explanation:

Similar questions