explain explicit type casting | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

explain explicit type casting

3rd Jul 2016, 3:00 PM
jaskirat singh
2 Respuestas
+ 1
when user define the conversion in which it should be carried out is called explict eg:- int i; float f=5.43; i=(int) f;
4th Jul 2016, 12:30 PM
Kartik Batta
0
thank u
4th Jul 2016, 10:23 AM
jaskirat singh