Given the following two arrays:
```
char s1[] = {'a', 'b', 'c'};
char s2[] = "abc";
```
Which of the following statements is correct?
A. s2 has four characters
B. s1 has three characters
C. s1 has four characters
D. s2 has three characters
A. s2 has four characters
B. s1 has three characters
Computer Science & Information Technology
You might also like to view...
Where is the track lock button found, and what action is it used for?
What will be an ideal response?
Computer Science & Information Technology
An input mask property cannot be changed after the Input Mask Wizard closes.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology