

McqMate
Q. |
To declare an array S that holds a 5-character string, you would write |
A. | char s[5] |
B. | char s[6] |
C. | string s[5] |
D. | stringchar s[5] |
Answer» A. char s[5] |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet