Valid C Code

Posted on February 04, 2003

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.

Comments

Leave a response

Comments