You are on page 1of 1

Program to print your name.

#include<stdio.h>
#include<conio.h>
main()
{
printf("H@RDEEP SINGH");
getch();
}

You might also like