1.

Which header file is used to manipulate the string?(a) iostream(b) iomanip(c) string(d) containerThe question was posed to me by my school teacher while I was bunking the class.The origin of the question is Basic String topic in chapter Strings, Streams & Numerics in C++ of C++

Answer»

Right OPTION is (c) string

Best explanation: To USE the string CLASS, We have to use #INCLUDE header FILE.



Discussion

No Comment Found

Related InterviewSolutions