CP I/O Q31

0. The output of the following program
main( )
{
int a = 1, b = 2, c = 3;
  printf("%d", a += (a += 3, 5, a));
}
will be

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *