Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Cuadrado asteriscos solido
//Title of this code //clang 3.6.0 #include <stdio.h> #include <math.h> int main(void) { /* ***** ***** ***** ***** ***** */ int i, j, dim; printf("\ndimensión ?: "); scanf(" %d", &dim); printf("\n"); if (dim>1 && dim<50) { for (i=1; i<=dim; i++) { for (j=1; j<=dim; j++) printf("*"); printf("\n"); } } else printf("\nAl menos dimension 1 y menor que 50!!!"); return 0; }
run
|
edit
|
history
|
help
0
ternary test c89
Funciones: MandelBrot
vyměna proměnych pomoci parametru
Regiones A y B
Paso parámetros a punteros
char xor
Ordena de menor a mayor 3 numeros
marquee text in C
Herout (67) - 8+9
CV09-2