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

What is data hiding c++?

0 Answers  


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

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


What is tellg () in c++?

0 Answers  


What is the use of structure in c++?

0 Answers  


How do you clear a set in c++?

0 Answers  


Explain what is polymorphism in c++?

0 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


How to declaring variables in c++?

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


How do you master coding?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


Categories