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

C/C - Online Exam Test Papers | C/C - MCQs[multiple choice questions and answers ] | C/C - Mock Test Papers | C/C - Practice Papers | C/C - Sample Test Papers |

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

1.Output will be 3, 2

2.Output will be 3, 1

3.Output will be 6, 1

4.Output is compiler dependent

Posted Date:-2021-02-20 21:39:28


More MCQS Questions and answers