1.

How many types of representation are in the string?(a) 1(b) 2(c) 3(d) 4I have been asked this question in semester exam.This interesting question is from String Class topic in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct OPTION is (b) 2

The best I can EXPLAIN: C++ provides the following two TYPES of string representations. They are C-style CHARACTER string and string class type with STANDARD C++.



Discussion

No Comment Found

Related InterviewSolutions