Advertisement
Guest User

4

a guest
Jun 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. // IR niz pokazivača ,
  2.     // pokazivac ir[] = new pokazivac[10];
  3.     // pokazivac[0] = iq;
  4.     // pokazivac[1] = id;
  5.     **ir = *ip;
  6.     /*
  7.     for(int i = 0; i < pokazivac.Lenght; i++)
  8.     {
  9.         pokazivac[i] = x;
  10.     }
  11.     */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement