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 are the various compound assignment operators in c++?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


How many static variables are created if you put one static member into a template class definition?

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  






what is the difference between overloading & overriding? give example.

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


What are the benefits of oop in c++?

0 Answers  


What is cloning?

1 Answers  


How a new element can be added or pushed in a stack?

0 Answers  


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


Categories