How do you initialize a string in c++?


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

Post New Answer

More C++ General Interview Questions

why and when we can declar member fuction as a private in the class?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


What is the best c c++ compiler for windows?

0 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


what are Access specifiers in C++ class? What are the types?

0 Answers  


What is std :: flush?

0 Answers  


What is the difference between std::vector and std::list

1 Answers  


Can I learn c++ without c?

0 Answers  


Categories