e. What is the type of casting shown by the following example?
(0) double x=15.2:
int y =(int)x;
int x=12:
long y = x;
Answers
Answered by
3
Answer:
interger type
Explanation:
type(x)
integer
Answered by
5
Answer:
double x=15.2:
int y =(int)x; its Explicit conversion
int x=12:
long y = x; its Implicit conversion
Explanation:
Similar questions
English,
2 months ago
Psychology,
2 months ago
History,
6 months ago
Math,
10 months ago
Physics,
10 months ago