MCQOPTIONS
Saved Bookmarks
| 1. |
Comment on the following statement.int num = 1; printf("%d, %dnum", 3*num, num++); |
| A. | 1, 3 |
| B. | 3, 1 |
| C. | Depend on compiler |
| D. | 3, 1num |
| E. | None of these |
| Answer» D. 3, 1num | |