10. Program to Print a Sentence Get link Facebook X Pinterest Email Other Apps - August 26, 2015 void main(){ clrscr(); printf("This is the sentence"); getch();} Get link Facebook X Pinterest Email Other Apps Comments Anonymous3:56 PM#includevoid main(){ clrscr(); printf("Hello"); getch();}ReplyDeleteRepliesReplyUnknown2:44 PM#include#includevoid main(){ printf("skn korti");getch();}ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
#include
ReplyDeletevoid main()
{
clrscr();
printf("Hello");
getch();
}
#include
ReplyDelete#include
void main()
{
printf("skn korti");
getch();
}