InterviewSolution
Saved Bookmarks
| 1. |
Which header file is used to include the string object functions in C++?(a) #include (b) #include (c) #include (d) #include I got this question in an international level competition.My question is taken from String topic in section Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» The CORRECT option is (C) #include |
|