Advertisement
Saleh127

Untitled

Apr 11th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4. char a[1000],b[1000];
  5. int c,d,e,f;
  6. scanf("%s",&a);
  7. scanf("%s",&b);
  8. strcat(a,b);
  9. printf("%s\n",a);
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement