Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a
Q41: Which of the following declaration is illegal?<br>A)char
Q42: Why do variable names beginning with the
Q43: Which of the following is not a
Q45: What will be the value of the
Q46: Which is correct representation of C statement?
Q47: Which keyword is used to prevent any
Q48: enum types are processed by _<br>A)Compiler<br>B)Preprocessor<br>C)Linker<br>D)Assembler