Which of the following lines must be included in a program that has string variables?
a. #include (string class)
b. #include namespace std;
c. #include
d. string var;
e. None of these
c. #include
Computer Science & Information Technology