Write a program to print name of college at four different corner of the screen

#include<stdio.h>
#include<conio.h>
int main()
{
printf("L.D.");
printf("\t\t\t\t\t\t\t\t\tL.D.");
printf("\n\n\n\n\n\n\nL.D.");
printf("\t\t\t\t\t\t\t\t\tL.D.");
}

No comments:

Post a Comment