Advertisement
KlimexuS

Untitled

Jan 5th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. void sho(struct struktura* pokaz)
  2. {
  3. static int=0;
  4. int i=0;
  5. if(i>=LiczbaElementow)
  6. {
  7. i=0;
  8. return;
  9. }
  10. else
  11. printf("%d, " ,pokaz->tab[i]);
  12. sho(pokaz);
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement