#include<stdio.h>
#include<conio.h>
void main()
{
printf("This
is my first program in C \n");
printf("I
Love Programming in \"C\"\n");
printf("*********\t*********");
getch();
}
OUTPUT:
This is my first program in C
I Love Programming in "C"
********* *********
0 comments:
Post a Comment