A

Admin • 833K Points
Coach

Q. Comment on the following C statement.

Code:
n = 1;
printf("%d, %dn", 3*n, n++);
  • (A) Output will be 3, 2
  • (B) Output will be 3, 1
  • (C) Output will be 6, 1
  • (D) Output is compiler dependent
  • Correct Answer - Option(D)
  • Views: 17
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.