Discussion
:
The sizeof operator : sizeof(++i)
Afficher un message
18/10/2007, 11h36
#
4
vipvipvipvip.ru@gmail.com
Messages: n/a
Hébergeur:
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.
vipvipvipvip.ru@gmail.com
Page generated in
0,05711
seconds with
9
queries