Saved Bookmarks
| 1. |
What is the output of this Ccode?int main(){ char c='8';printf("%d",c); return 0;} *?561684 |
|
Answer» Answer: What is the output of this C code?INT main(){ char c='8'; printf("%d",c); return 0;} *? 56 16 8 4 . 1. See answer. Add answer. LOG in to add ... 0 votes |
|