Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Herout (67) - 15
//clang 6.0.0 #include <stdio.h> int main(void) { double f, g; scanf("%lf %lf", &f, &g); printf("Zadaná čísla jsou: <%lf;%lf>\n", f, g); int i, c; c = f + 1; for(i = c; i <= g; i++) printf("%d ", i); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Punteros: strlen
Paso parámetros a punteros
Bucles: Mayor de n números hasta teclear 0
Ecuación de segundo grado
fun kce
Herout (67) - 4
Bucles: secuencia ascendente de números
Herout (67) - 12
Triángulo Asteriscos
resize.c
Please log in to post a comment.