Toggle navigation
About
Contact US
Books Archive
Dropdown
Action
Another action
Something else here
Separated link
One more separated link
Submit
ABC-Program
Different shape
aman
23:12
shape
No comments
#include<stdio.h>
int main(){
int a=0;
for(int j=0;j<6;j++){
for (int i=0;i<=j;i++)
{
a++;
if(a==10){a=0;}
printf("%d ",a);
}
printf("\n");}
return 0;
}
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Labels
C
COA
Fun
Games
Linklist
Object Oriented
shape
Sorting
Tips
Blog Archive
▼
2013
(55)
►
July
(5)
►
June
(4)
►
April
(17)
▼
March
(29)
Stack
Queue
Initialize an array
Different shape
Bubble Sort
Constructor and Destructor
Creating object
Profile Of a student
Virtual
Basic C++
Calculator using C++
Tennis using C++
Queue using C++
Stack using C++
Smile .........
reverse of a string (2)
Reverse of a srting using C language
Pyramid Shape with C language
Pow program using C language
Maximum-Minimum using pointer
Matrix using C language
Matching Two String using Pointer
count (Wrd & Chr) with function+pointer
1+1+3+1+3+5 shape program with c language
1.12.123.1234 shape with C language including func...
Star program with C language (4)
Star program with C language (3)
Star program with C language (2)
Star program with C language
Popular Posts
No comments :
Post a Comment