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

The explanation: #include header file is used as it CONTAINS all the string OBJECT functions.



Discussion

No Comment Found

Related InterviewSolutions