MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if you will compile and execute the following c code?#include #include int main(){char c=' 08';printf("%d",c); return 0;} |
| A. | 8 |
| B. | 8 |
| C. | 9 |
| D. | compiler error |
| Answer» E. | |