True/False
The following declares a c-string variable that will hold 10 letters.
char str[10];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q56: What is the value of numbers.capacity) after
Q57: If the name of a file to
Q58: Which string function returns the first occurrence
Q59: A string variable and a c-string are
Q60: What is the proper way to declare
Q62: To use the string class, you must
Q63: To change the size of a vector,
Q64: Using the == operator on a string
Q65: The following code declares a vector of
Q66: The c-string to number conversion functions are