iTech
Home
About
Technology
Contact
Start Pattern Program in C
Unknown
06:10
Leave a Comment
*********
*******
*****
***
*
#include<stdio.h>
int main()
{
int i,j,k;
for(i=5;i>=1;i++)
{
for(j=5;j>i;j--)
{
printf(" ");
}
for(k=1;k<(i*2);i++)
{
printf("*");
}
printf("\n");
}
}
Previous Post
Older Post
Home
0 comments :
Post a Comment
Popular Posts
Star Pattern Program in C
* *** ***** ******* ********* #include<stdio.h> int main() { int i,j,k; ...
Global Example in PHP
Step:1 Open Dreamweaver. Step:2 Create PHP Page. Step:3 Coding .. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transiti...
Start Pattern Program in C
********* ******* ***** *** * #include<stdio.h> int main() { int i,j,k; for(i=5;i...
ODD and Even in PHP
Step:1 Open Dreamweaver. Step:2 Create PHP Page. Step:3 Coding .. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit...
How to Declare Variable in PHP
Step:1 Open Dreamweaver. Step:2 Create PHP Page Step:3 Coding .. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona...
How to Declare Local Variable in PHP
Step:1 Open Dreamweaver. Step:2 Create PHP Page Step:3 Coding .. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitio...
Reverse Number in PHP
Step:1 Create Php Page Step:2 Coding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www...
Array Example in PHP
Step:1 Create Php Page Step:2 Coding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w...
Cookies Example in Asp.net C#
Step:1 Create a new website page Step:2 Select an Empty Web Site Step:3 Go to Solution Explorer and Right Click now click on Add it...
Display 1 to 100 Addition in Php
Step:1 Create Php Page Step:2 Coding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3...
Labels
Ajax Extensions =>ScriptManager
Basic PHP
Button
Buttons
Checkbox
Dropdownlist
FileUpload
ImageButto
Imageview
Label
Lable
PHP
Textbox
Timer
UpdatePanel
Advertise
Powered by
Blogger
.
Contact Us
0 comments :
Post a Comment