How to sort an array of structs using qsort

前端 未结 0 1173
予麋鹿
予麋鹿 2020-12-31 02:38

It\'s suppoused to sort students in alphabetical order by their last names. I tried to do it with qsort, but it doesn\'t work.

    struct student {
    char n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题