#include
void main( )
{
printf("Jingle Bells");
printf("\t Jingle Bells\n\tJingle all the way");
Answers
Answered by
1
Som of the lines are missing. I added those below
#include<stdio.h>
void main( )
{
printf("Jingle Bells");
printf("\t Jingle Bells\n\tJingle all the way");
getch();
}
Output:
Jingle Bells
Jingle Bells
Jingle all the way
Similar questions
Social Sciences,
23 days ago
English,
23 days ago
English,
1 month ago
Hindi,
9 months ago
Social Sciences,
9 months ago