Оператор C Switch выводит два случая
#c #c Вопрос: Вот мой код: int main(void) { char newr; lol: scanf("%c", amp;newr); switch (newr) { case 'a': goto killswitch; case 'b': printf("You entered %c", newr); goto lol; break;…
#c #c Вопрос: Вот мой код: int main(void) { char newr; lol: scanf("%c", amp;newr); switch (newr) { case 'a': goto killswitch; case 'b': printf("You entered %c", newr); goto lol; break;…