Afficher un message
Vieux 18/10/2007, 11h36   #4
vipvipvipvip.ru@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: The sizeof operator : sizeof(++i)

Also, take this for example
assume sizeof(char) < sizeof(long long)

char c;
printf("%zu \n", sizeof (c + 1LL));

Would print something >1, c is promoted to long long.

  Réponse avec citation
 
Page generated in 0,05711 seconds with 9 queries