Feed Headline Animator

write a program to print a message on the screen by using the printf function (Printf Function)

main ( )
{
clrscr();
printf(“The casting vote of the speaker decided the matter”);
printf(“Examination proved a hard pill for me to swallow”);
getch();
}

Posted by: Wasim Javed

No comments:

Post a Comment