Q. Comment on the following statement n = 1; printf("%d, %dn", 3*n, n++); (Solved)
1. Output will be 3, 2
2. Output will be 3, 1
3. Output will be 6, 1
4. Output is compiler dependent
- d. Output is compiler dependent
1. Output will be 3, 2
2. Output will be 3, 1
3. Output will be 6, 1
4. Output is compiler dependent