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]
2k
0
Do you find this helpful?
12

Discussion

No comments yet