C program to find the length of a given string
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to print length of a given string ——————————————————————————————————————————— Enter the string KODINGWINDOW Length of string is 12 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
C program to concatenate the given strings
C program to copy the given string
C program to compare the given strings
Advertisement