what is the inbuilt function used to find the length of a string
Answers
Answered by
1
Answer:
C program is the inbuilt function to find the length of a string.
You can use standard library function strlen() to find the length of a string but, this program computes the length of a string manually without using strlen() funtion.
Hope it helps you ..❤
Similar questions