Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
TopRightTriangle.c
//gcc 5.4.0 #include <stdio.h> int main(void) { int i=0; int j=0; int index=1; for(i=0; i<10; i++){ for(j=0; j<index; j++) printf("*"); printf("\n"); index++; } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
assignment 3 celina
object-oriented C by Henry Kroll III www.thenerdshow.com
Pattern 13
3468
20171117_FUNCIONES
multiplication
Avance 2 de pregunta 5
2
Assignment 7
NOT a String in C - 2
Please log in to post a comment.