MCQOPTIONS
Saved Bookmarks
| 1. |
int main(){char ch;ch = 128;printf("%d", ch);return 0;}32.What is the output of this program? |
| A. | a |
| B. | 0.000000 |
| C. | 97.000000 |
| D. | Run time error |
| Answer» D. Run time error | |