10. Program to Print a Sentence

void main()
{
clrscr();
printf("This is the sentence");
getch();
}

Comments

  1. Anonymous3:56 PM

    #include
    void main()
    {
    clrscr();
    printf("Hello");
    getch();
    }

    ReplyDelete
  2. #include
    #include
    void main()
    {
    printf("skn korti");
    getch();
    }

    ReplyDelete

Post a Comment