Showing posts with label Print design. Show all posts
Showing posts with label Print design. Show all posts

Thursday, 26 July 2012

C program to print following trianlge using character *

C program to print following trianlge using character *


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

Wednesday, 25 July 2012

C program to print following square using character *


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

Sunday, 22 July 2012

C program to print the following design

C program to print the following design


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

Thursday, 12 July 2012

C program to produce the following design using *'s




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

Wednesday, 11 July 2012

C program to produce the following design using *'s


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

Tuesday, 10 July 2012

C program to produce the folowing design using *'s



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