Ok basically what I need to do is print out an array in alphabetical order. However my array is a struct type:



#include<stdio.h>
//GLOBAL DECLERATIONS
struct location{
int east,north;...