Pages

Monday, 25 November 2013

Can you write the program to find the length of string without using library function?

Ans:
 for (int i=0; str[i]!=”\n”; i++)
{
Count++;
}

No comments:

Post a Comment

Enter Your Question

Total Pageviews

Blog