C language

#include<stdio.h>
#include<conio.h>
main()
{
printf("Your Name");
getch();
}

Output : -