

MCQOPTIONS
Saved Bookmarks
1. |
Considering the size of char (character) variables as one byte, what will be the size of the array declared below?char array[ ] = “programming language”; |
A. | 11 Bytes |
B. | 8 Bytes |
C. | 20 Bytes |
D. | 21 Bytes |
Answer» E. | |