Guest User

Untitled

a guest
Aug 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1.     while (fscanf(ul, "%d", &broj) == 1){
  2.       niz=(int *)realloc(niz,(i+1)*sizeof(int));
  3.       brojcl++;
  4.       *(niz+i)=broj;
  5.       i++;
  6.       }
Add Comment
Please, Sign In to add comment