Initialization
This commit is contained in:
		
							parent
							
								
									1b2674b560
								
							
						
					
					
						commit
						745c70843a
					
				@ -50,13 +50,13 @@ int main() {
 | 
			
		||||
    // Sort the applications alphabetically
 | 
			
		||||
    qsort(applications, i, sizeof(char *), compare_names);
 | 
			
		||||
 | 
			
		||||
    printf("Prijati studenti:\n");
 | 
			
		||||
    printf("Prijati studenti:");
 | 
			
		||||
    for (j = 0; j < (count < i ? count : i); j++) {
 | 
			
		||||
        printf("%s\n", applications[j]);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (count < i) {
 | 
			
		||||
        printf("Neprijati studenti:\n");
 | 
			
		||||
        printf("Neprijati studenti:");
 | 
			
		||||
        for (; j < i; j++) {
 | 
			
		||||
            printf("%s\n", applications[j]);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user