Computer Science, asked by SharanyaN, 5 months ago

What are the types of casting shown in the following examples?
double p= 12.3:
int a= 14
i)Long b = a; ii) int 4 = (int)p:​

Answers

Answered by nightkiller69
1

Answer:

i) Implicit

ii) Explicit

Similar questions