MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program ? #include<stdio.h> int main() { printf("%%%% n"); return 0; } |
| A. | %%%%% |
| B. | %% |
| C. | No output |
| D. | Error |
| Answer» C. No output | |