C program to copy the given string
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to copy the given string ——————————————————————————————————————————— Input string Hello, World! The copied string is Hello, World! ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
C program to compare the given strings
C program to convert lowercase to an uppercase string
C program to convert uppercase to a lowercase string
Advertisement