Feed Headline Animator

Problem 2

Main()
{
char arr[ ] =”Wasim”
int l 1, l2;
l 1=strlen (arr);
l 2=strlen(Hello How are you\n”);
printf(“string =%s length =%d\n”,arr ,[1);
printf(“string =%s length =%d\n”, Hello How are you ,l 2);
}


Posted by: Wasim Javed

No comments:

Post a Comment