Bs-Se Section (B)

0 views
Skip to first unread message

HAROON MUBARIK

unread,
Jan 8, 2012, 12:27:32 PM1/8/12
to codinge...@googlegroups.com
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
void main()
{
                int x,y,z,j;
                for(x=1;x<30;x++)
                {
                                for(y=1;y<=x;y++)
                                {
                                printf(" ");
                                }
                printf(" /'''''''''''''''''\ \n");
                for(z=1;z<=x;z++)
                                {
                                printf(" ");
                                }
                printf(" |''''''''''''''''''\ \n");
                for(j=0;j<x;j++)
                                {
                                printf(" ");
                                }
                printf(" |...(0).......(0)..\ \n");

                delay(100);
                clrscr();
                }
                getch();
                }
Reply all
Reply to author
Forward
0 new messages