Posts by Max • 1 point
2 posts
-
0
votes1
answer96
viewsA: Screen Printing Problems (C Language)
Hello, all good? Well, I took a look at your code here, and it showed no error. I don’t know if this will help, but it goes like this: in the printf, put a hyphen, then it will eat the hyphen and…
-
0
votes4
answers48
viewsA: Char variable is not receiving values in C
Try it that way: #include <stdio.h> #include <stdlib.h> #include <locale.h> #include <string.h> int main() { setlocale(LC_ALL, "portuguese"); //Declaração das variáveis, dos…