What is string in c++ programming?


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

Post New Answer

More C++ General Interview Questions

class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Write about the local class and mention its use?

0 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


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

0 Answers  






Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  


How do you initialize a string in c++?

0 Answers  


What is capacity in vector in c++?

0 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


What is the use of volatile variable?

0 Answers  


What is c++ similar to?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


Categories