How to use the sizeof statement in cpp | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to use the sizeof statement in cpp

20th Jun 2017, 11:49 PM
chidori
chidori - avatar
1 Respuesta
+ 1
int I=4; cout<<sizeof(I)<<endl;
20th Jun 2017, 11:51 PM
abubakar sabir
abubakar sabir - avatar