AD4BP
Write a programe for print your address in center of output screen.
#include< stdio.h >
#include< conio.h >
void main( )
{
clrscr( );
printf("\n\t\t\tPatel Ankit");
printf("\n\t\t\t12\Sardar Bunglows");
printf("\n\t\t\tShivaji chowk, Shahibagh");
printf("\n\t\t\tAhmedabad");
getch( );
}
Newer Post
Older Post
Home