Posts by iLuucasD • 51 points
2 posts
-
0
votes3
answers16701
viewsQ: The ' ' (SPACE) character, counts in the string in the C language?
For example, it will only save the first letters before the space array, why ? Does anyone know how to explain ? #include <stdio.h> int main(void){ char nome[20]; printf("Digite seu nome: ");…
-
5
votes2
answers761
views