Vidyalelo
C Programming · Q241

C Fundamentals

Programming · C Programming · question 241

Q241

Comment on the following statement. 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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board