English, asked by satyasiri1909, 18 days ago

write a c program to find the length of a string without using string functions​

Answers

Answered by tejashree1031
1

Answer

This is a C program to find the length of a string without using the built-in function.

Problem Description

This program takes a string as input and finds its length without using the built-in function.

I hope you can Understand .

Explanation:

1 . Take a string as input and store it in the array.

2. Using for loop count the number of characters in the array and store the result in a variable.

3. Print the variable as output.

Similar questions