0
Compiling the C code in GCC, and then running it.
An accentuation error occurs:
PROGRAM:
#include <stdio.h>
int main() {
printf ("Bem Vindo ao Nosso Jogo de Adivinhação");
}
Command Terminal:
gcc adivinhacao.c -o adivinhacao.exe
adivinhacao.exe:
Bem Vindo ao Nosso Jogo de Adivinhação
Include this library in your & #Xa; #include <locale code. h> http://linguagemc.com.br/localizacao-de-programas-com-locale-h/ 
!
– AGenaro
First you have to know in which charset your text editor is saving the program file, and second which terminal charset you are running on. You both have to knock.
– epx