Hi Learners, we are happy to launch Edcret Skills Platform where you can enhance your Embedded System skills.
Write a C program to find the length of a given string without using the library function strlen().
A single word string S.
Print the length of S.
1 <= Length <= 100
Edcret
6
Iterate through the string until the null character '