Write a program to print your name and address

#include<stdio.h>
#include<conio.h>
int main()
{
printf("The Minute Study\n");
printf("L.D. College");
}

No comments:

Post a Comment