Posts by Arthur mgbr • 19 points
1 post
-
0
votes1
answer37
viewsQ: What is the difference between these string manipulations in C
Good morning! I’m learning C and I had a question about using strings, I wanted to know if there is difference to use this form: char palavra[255]; printf("Digite uma palavra: "); setbuf(stdin, 0);…