Feed Headline Animator

Program to display a string

main()
{
char name[ ]=”Wasim javed “;
int l;
for(i=0 ;i<=7 ;i++)
printf (“%c”, name [i]);
}


Posted by: Wasim Javed

No comments:

Post a Comment