I can not use function, I wanted to know how to go back to a certain line of code when the number 0 is pressed, for example:
system(color 7);
printf("Teste");
printf("Teste01");
printf("Pressione 0 para reiniciar");
scanf("%d", &jog);
Now how do I if I enter 0, the run back to the system()
line? With function would be easy, but can not use then how do I do?