Above main(), but after the definition of course, add a declaration


void search_course(course arr[], int length);


Anywhere (except before the declaration of search_course(), and not inside...