Posted on June 2, 2013 by Kamal Subhani Write a programe to print name. Simple Programs. #include<stdio.h> #include<conio.h> void main() { printf(“Kamal Subhani\n”); getch(); }