

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code?
|
A. | store c throughout unsigned char s[n] |
B. | store c throughout signed char s[n] |
C. | |
D. | D. |
Answer» B. store c throughout signed char s[n] | |