Advertisement

Make program for printing “UNIVERSITY”


#include<stdio.h>
#include<conio.h>
void main()
{
printf("U N I V E R S I T Y");
getch();
}

No comments:

Post a Comment

Please comment bellow. Share your knowledge