Initialization
This commit is contained in:
parent
bbd3453d97
commit
4c61369996
@ -43,7 +43,7 @@ int main() {
|
|||||||
|
|
||||||
printf("Prijati studenti:");
|
printf("Prijati studenti:");
|
||||||
for (j = 0; j < i; j++) {
|
for (j = 0; j < i; j++) {
|
||||||
printf("%s\n", applications[j]);
|
printf("%s", applications[j]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count < i) {
|
if (count < i) {
|
||||||
|
Loading…
Reference in New Issue
Block a user