printf("char : %ld octets\n", sizeof(char));
printf("int : %ld octets\n", sizeof(int));
printf("long : %ld octets\n", sizeof(long));
printf("double : %ld octets\n", sizeof(double));
~

Ça marchera mieux si tu mets une fonction main ;-)
toujours sur le coup !
merci
=========================================
Vous souhaitez acquerir votre Pack ou des Services Mandriva?
Rendez-vous sur "http://store.mandriva.com";.
Rejoignez le club mandrake : http://www.mandrivaclub.com
=========================================

Répondre à