+ 5
Can anyone explaine implicit and explicit conversion
1 Respuesta
+ 7
In the implicit data type can be converted itself to highest data type
Like int can change to double
In explicit we use when we want to convert like
Double to int wher double is bigger and int is smaller