Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. char* pytania[ILOSC_PYTAN];
  3. char* odpowiedziA[ILOSC_PYTAN];
  4. char* odpowiedziB[ILOSC_PYTAN];
  5. char* odpowiedziC[ILOSC_PYTAN];
  6. char poprawneOdpowiedzi[ILOSC_PYTAN];
  7. char pytanieDoDziekanatu[ILOSC_PYTAN];
  8. char wynikiAnkiet[ILOSC_PYTAN];
  9. int bylo[ILOSC_PYTAN];
  10. char wygrana=0;
  11.  
  12. void kolaRatunkowe(int num);
  13. void odpowiedzOdDziekanatu(int num);
  14. void ankieta(int num);
  15. void getQuestion(int num);
  16.  
  17. char uzytoUsunJednaOdpowiedz=0; //kola ratunkowe
  18. char uzytoAnkieta=0;
  19. char uzytoPytanieDoDziekanatu=0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement