Tuesday, 4 November 2014

SHUBHAM

www.programerboyshubham.com

How to write SHUBHM through programing ??



#include<stdio.h>
#include<conio.h>

void main()
{
clrscr();

int ch;
printf(" enter a character\n\n");
scanf("%d",&ch);


printf("%c%c%c%c   %c%4c   %c%4c   %c%c%c%c   %c%4c    %c%c%c    %c%6c",ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch);
printf("\n%c%7c%4c%4c%4c%4c%4c%3c%4c%4c%4c%4c %2c%3c",ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch);
printf("\n%c%c%c%c%4c%c%c%c%c%4c%4c%4c%c%c%c%4c%c%c%c%c%4c%c%c%c%c%4c%3c%3c",ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch);
printf("\n%4c%4c%4c%4c%4c%4c%4c%3c%4c%4c%4c%4c%6c",ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch);
printf("\n%c%c%c%c%4c%4c%4c%c%c%c%c%4c%c%c%c%4c%4c%4c%4c%4c%6c",ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch,ch);
getch();
}


  RELATED C LANGUAGE PROGRAMS::

1.How to make E shape pyramid ??

2. How to make V shape pyramid ??

3. How to make circule without using graphics ?? 

 

 #PROGRAMER_BOY_SHUBHAM

shubhmpandey556@gmail.com

This page is for those student who confused in some C  program,.

 


No comments:

Post a Comment