Articles
Home
Bride
Engagement
Weddings
Inspiration
Beauty
Hair
Makeup
Fashion
Fall
Summer
Spring
Winter
Life
Travels
Diet
Faith
Products
Mens Corner
About Us
About Us
Sitemap
Contact Us
Write a program to print star triangle form.
4/19/2013 06:38:00 pm
Unknown
0 Comments
#include<stdio.h>
#include<conio.h>
int main()
{
int a,b;
for(a=7;a>=0;a--)
{
printf("\n");
for(b=0;b<=a;b++)
{
printf("*");
}
}
getch();
}
Share this post:
Newer Post
Home
Older Post
fb page
Thegenesisofstyle
Advertisements
Popular Posts
Programe to print the value of EOF
Fundamentals of C Language Tutorial#1
Write a program to show the size of char type variable and use of pointers in c language.
Code Of This Shape . 1***** 12**** 123*** 1234** 12345* 123456
Write a program in assembly language to get ASCII and convert it into Character.
Write a program to print star triangle form.
Write a program to print triangle using for loop
Create a class of student, get student name and age and print on screen using setter and getter function.
Get a string from user and convert it into upper case
Write a program in c language to convert weight in grams from kilograms using function
Google Ads
Influencer
Translate