Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
with goto, with j++
no output
First program.c
example
muuchas funciones utiles
hw 2
14th Feb Project
Assignment 5 part 2 v2
3850
sqrt function