Posts by Camila Trópia • 11 points
1 post
-
1
votes0
answers206
viewsQ: Function qsort to sort a struct
typedef struct{ long At[tam], Si[tam], Sf[tam]; }TDados; For this struct, wanted to understand how to order the struct by Sf using the function qsort. I wonder if someone could explain to me?…