Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
0001
Herout (67) - 11
A3Q1
CV09-2.1
funny stack overflow
Punteros: strlen
Vectores: buscar valor en array
lab7_OOP 0.2
simple dec2bin function in C
interestCalculationSample
Please log in to post a comment.