Given the following two arrays:

```
char s1[] = {'a', 'b', 'c'};
char s2[] = "abc";
```

Which of the following statements is correct?

a. s1 has three characters
b. s2 has three characters
c. s2 has four characters
d. s1 has four characters


a. s1 has three characters
c. s2 has four characters

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Most computer memory is random access memory (RAM). 2. ROM can be read, but not written. 3. The terms byte and word are synonyms. 4. Most computers are able to manipulate a group of bytes called a word. 5. To distinguish them, each byte (more generally, each physical storage unit) is assigned a unique address.

Computer Science & Information Technology

________ is a technology that shows the result of applying an editing or formatting change as you point to possible results, before you actually apply it

A) Style Preview B) Live Preview C) Print Preview D) Theme Preview

Computer Science & Information Technology

The expression IIf(IsNull([ClosedDate]),"Open","Closed") displays ________

A) Closed when the ClosedDate field has no value and Open otherwise B) Open when the ClosedDate field has no value and Closed otherwise C) Closed when the ClosedDate field has no value and nothing otherwise D) Open when the ClosedDate field has no value and nothing otherwise

Computer Science & Information Technology

Choose the correct pronoun in the following sentence.? Would you please review these ideas and let me know by next Thursday what you think of __________?

A. ?it B. ?them

Computer Science & Information Technology