MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement are correct about the program given below? |
| A. | The program goes in an infinite loop. |
| B. | The program prints all the ASCII values with its corresponding characters. |
| C. | Error: ch should be declared as an int. |
| D. | The program reports an error as while loop cannot take the form of a for loop. |
| Answer» E. | |