MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code? #include <stdio.h> int main() { int n = 020; printf("%d", n); } |
| A. | 2 |
| B. | 4 |
| C. | 8 |
| D. | 16 |
| E. | None of these |
| Answer» E. None of these | |