Multiple Choice
The header file that you must #include to have access to the Standard Library string class is
A) C-string
B) string.h
C) string
D) String.h
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Write a complete program with necessary #include
Q11: Write a line of code that declares
Q12: The C-string library function strcmp compares two
Q13: What is the problem (if any)with this
Q14: A C-string variable is just an array
Q16: It is possible to use a standard
Q17: The C-string library functions use the null
Q18: If you have already removed a character
Q19: C-string literals are written 'Hello'.
Q20: Give the output the following code fragment