Feed Headline Animator

Problem 4

Main()
{
char source [ ] = “folks”, target[30] =”Hello”;
strcat( target ,source)
printf(source =%s\n”, source );
printf(“target =%s \n”,target);
}


Posted by: Wasim Javed

No comments:

Post a Comment