Multiple Choice
Strings:
A) Can use the subscript operator to access individual characters.
B) Must be null-terminated.
C) Are pointers.
D) Have a first subscript of 1.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following provides bounds checking?<br>A)
Q9: Given the strings defined below, which statement
Q10: Which of the following is an invalid
Q11: What type of value is returned by
Q12: Which of the statements a), b) and
Q14: Which of the following is false?<br>A) If
Q15: Iterators do not:<br>A) Allow the characters to
Q16: Which of the following returns a bool?<br>A)
Q17: What is the code for a loop
Q18: Which of the following is not an