I have a struct and want to sort an array of the struct using merge sort. I need to pass the sorting parameter to the merge function and access the struct members. Can this be done in C?I have a struct and want to sort an array of th
I have a struct and want to sort an array of the struct using merge sort. I need to pass the sorting parameter to the merge function and access the struct members. Can this be done in C?I have a struct and want to sort an array of th