Posts by Maheu Taroo • 9 points
1 post
-
0
votes3
answers117
viewsQ: Text looks full of junk after typed
I started creating a data collection and usage application with the following code: #include <stdio.h> #include <string.h> int main() { int idade = 0; char nome[20]; printf("Hello! How…