English, asked by parveentamboli834, 2 days ago

Practical no. 12
* Write a program to use string handling functions for
to calculate the length of the string.​

Answers

Answered by sivakumar20dec
0

Answer:

int main()

{

char b[50];

int length;

printf("string\n");

gets(b);

length = strlen(n);

printf("Length of string = %d\n", length);

return 0;

}

Hope you find this helpful kindly mark me as brainliest.

Similar questions