Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Kód
//clang 6.0.0 #include <stdio.h> #define N 20 int main(void) { char pole[N+1]; printf("Dej mi string!\n"); scanf("%s", &pole); printf("%s\n", pole); return 0; }
run
|
edit
|
history
|
help
0
marquee text in C
Roots of a Quadratic Equation
char xor
Tablero de ajedrez
Concatenate Strings
Bucles: Ver si un número es primo
strchr
Punteros: dame tres valores
vyměna proměnych pomoci parametru
Bucles: Media 10 positivos y negativos tecleados