Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pattern 17
//gcc 5.4.0 #include <stdio.h> int main() { int i,j; for(i=1;i<=5;i++) { for(j=1;j<=9;j++) { if(j<=6-i || j>=4+i) { printf("*"); } else { printf(" "); } } printf("\n"); } for(i=1;i<=4;i++) { for(j=1;j<=9;j++) { if(j<=i || j>=9-i) { printf("*"); } else { printf(" "); } } printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
Tree
gets.c
selection sort
How strxpy work
time clock and day count through second by user input (ratneshgujarathi)
Loop practice
No warnings!!!
14th Dec Project1 v0.4
Max successs
B_141118_Euclides