Does c++ have string data type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What are the main differences between C and C++?

1 Answers  


What is a .lib file in c++?

0 Answers  


Is c the same as c++?

0 Answers  






Write the program form Armstrong no in c++?

11 Answers   HCL,


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What is the use of map in c++?

0 Answers  


What are c++ templates used for?

0 Answers  


What is c++ namespace?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


print first nodd numbers in descending order

7 Answers  


Categories