Score: 0/70%
Question 1:

C-style strings are terminated with a(n) ________. 

Question 2:

The function we can use to copy one C-style string to another is ________.?

Question 3:

In order to use C-style string functions we must #include ________.

Question 4:

To convert a char to its upper case equivalent we can use the ________ function.

Question 5:

The C-style string name[6] can ________.

Question 6:

In order to use a C++ string object, we must #include ________.

Question 7:

The + operator allows us to ________ two C++ strings.

Question 8:

In order to find the index of a substring within a C++ string, we can use the ________ method.

Question 9:

We can compare two C++ strings using the ________.

Question 10:

Which of the following are true about C++ strings?