Skip to content
#

forca

Here are 26 public repositories matching this topic...

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #include <locale.h> #define LINHA 15 #define COLUNA 40 int main (void) { setlocale (LC_ALL, "portuguese"); char jogo[LINHA][COLUNA] = {{"fusca"}, {"motocicleta"}, {"papagaio"}, {"casa"}, {"gato"}, {"cachoeira"}, {"apartamento"}, {"camundongo"}, {"bici…

  • Updated Jan 20, 2020
  • C

Add this topic to your repo

To associate your repository with the forca topic, visit your repo's landing page and select "manage topics."

Learn more