Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a program in C++ to concatenate two strings into third
string using pointers

Answer Posted / irshad

#include<iostream.h>
#include<conio.h>
#include<string.h>
void main()
{
char str1[50],str2[50];
cout<<"\n enter first string \n";
cin>>str1;
cout<<"\n enter second string \n";
cin>>str2;
cout<<"\n the concatenated string is \n"<<str1<<str2;
getch();
}

Is This Answer Correct ?    28 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stl stand for in basketball?

1100


Is string part of stl?

1166


What is stl in c++ with example?

1110


How does an stl file work?

1110


What are the components of stl?

1064


What is the use of stl?

1053


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

2288


What does stl mean in slang?

1072


What is stl in oop?

1176


how to use C++?

2497


What two types of containers does the stl provide?

957


In what scenario does the Logical file and Physical file being used?

2795


Why should a c++ programmer be interested in stl?

1049


what is template and type convertion

2423


What is meant by stl in c++?

1104