C program to concatenate the given strings
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to concatenate the two strings ——————————————————————————————————————————— Enter the 1st string KODING Enter the 2nd string WINDOW The concatenated string is KODINGWINDOW ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
C program to copy the given string
C program to compare the given strings
C program to convert lowercase to an uppercase string
Advertisement