Advertisement
KvArt

Untitled

Apr 21st, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Ovo
  2. p[i] = (int *)malloc(n*sizeof(int));
  3. printf("Elementi %d. vrste:\n", i + 1);
  4. for (j = 0; j < n;j++)
  5. scanf("%f", &a[i][j]);
  6. U ovo
  7. printf("\nUnesite element a[%d][%d]: ", i, j);
  8. scanf("%d", &a[i][j]);
  9. printf("\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement