Feed Headline Animator

Problem 3

Main()
{
char source [ ] =”Hello”;
char target [20];
strcpy (target , source);
printf(%s %s “, source , target );
}


Posted by: Wasim Javed

No comments:

Post a Comment