Guest User

Untitled

a guest
Apr 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. srand(time(0));
  2. for(i=0;i<3;i++){
  3.     for(j=0;j<4;j++){
  4.         tab[i][j]=rand()%100;
  5.     }
  6. }
Add Comment
Please, Sign In to add comment