MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of this program? #include int main() { printf("%d",30); return 0; } |
| A. | Runtime Error |
| B. | Garbage value |
| C. | Compilation error |
| D. | 30 |
| Answer» D. 30 | |