Write a program to concatenate two strings.


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

Post New Answer

More C++ General Interview Questions

Can I learn c++ without c?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Is arr and &arr are same expression for an array?

0 Answers  


What is long in c++?

0 Answers  


What are namespaces in c++?

0 Answers  






Explain the different access specifiers for the class member in c++.

0 Answers  


Who calls main function?

0 Answers  


What is a multiset c++?

0 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


Categories