Write a program to print your college name at center of the screen

#include<stdio.h>
#include<conio.h>
int main()
{
printf("\n\n\n\n\n\n\n\n\n\n\t\t\t\tVVP ENG.COLLEGE");
}

No comments:

Post a Comment