Valid C Code
I learned yesterday, that the follow C code is perfectly valid.
int a,b=0; a = b=4, ++b;
The variable
a
would be assigned to 5.
Trackbacks
Use this link to trackback from your own site.
I learned yesterday, that the follow C code is perfectly valid.
int a,b=0; a = b=4, ++b;
The variable
a
would be assigned to 5.
Use this link to trackback from your own site.