MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program? #include int main() { char ch; ch = 'A'; printf("The letter is"); printf("%c", ch >= 'A' && ch = 'A' && ch |
| A. | The letter is aNow the letter is A |
| B. | The letter is ANow the letter is a |
| C. | Error |
| D. | None of above |
| Answer» B. The letter is ANow the letter is a | |