Advertisement
HorcaCZ

Untitled

Oct 30th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. /*int cislo[5]={5,10,15,20,25}*/
  7. int cislo[5];
  8. cislo[0]=5;
  9. cislo[1]=10;
  10. cislo[2]=15;
  11. cislo[3]=20;
  12. cislo[4]=25;
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement