MCQOPTIONS
Saved Bookmarks
| 1. |
What will be printed after execution of the following program code? main() { printf("\\nab"); printf("\\bsi"); printf("\\rha"); } |
| A. | absiha |
| B. | asiha |
| C. | haasi |
| D. | hai |
| Answer» E. | |