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