Initialization
This commit is contained in:
parent
60e9f19220
commit
78a5063753
@ -51,7 +51,7 @@ int main() {
|
|||||||
qsort(applications, i, sizeof(char *), compare_names);
|
qsort(applications, i, sizeof(char *), compare_names);
|
||||||
|
|
||||||
printf("Prijati studenti:");
|
printf("Prijati studenti:");
|
||||||
int j = 0;
|
j = 0;
|
||||||
while (j < i) {
|
while (j < i) {
|
||||||
printf("%s\n", applications[j]);
|
printf("%s\n", applications[j]);
|
||||||
j++;
|
j++;
|
||||||
|
Loading…
Reference in New Issue
Block a user