Comment on the following C statement.
 n = 1;
printf("%d, %dn", 3*n, n++);

Posted on by