Răspuns:
Explicație:
#include <iostream>
using namespace std;
int main()
{
char s[20],b[50];
cout<<"introduceti un sir de caractere a ";
cin.get(a,20);cin.get();
cout<<"Introduceti un sir de caracter b ";
cin.get(b,50);cin.get();
cout<<endl;
cout<<"Sirul a este "<<a;
cout<<endl;
cout<<"Sirul b este "<<b;
cout<<endl<<s;
return 0;
}