Computer Science, asked by savithrikumar1974, 10 months ago

what is the inbuilt function used to find the length of a string​

Answers

Answered by prisha2028
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