Problem 5
What header file must you include in a program using string functions such as strien and strcpy?
Problem 7
What header file must you include in a program using string class objects?
Problem 8
How do you compare string class objects?
Problem 16
The ___ function returns the length of a string.
Problem 20
The ___ function searches for a string inside of another one.
Problem 28
Assume input is a char array holding a C-string. Write code that counts the number of elements in the array that contain an alphabetic character.