Use function pointer with void in C

后端 未结 0 1404
慢半拍i
慢半拍i 2020-12-22 04:58

I want to make a structure similar to course registration in C. For this, I used struct instead of the table.

STUDENT *createStudent(){
    return (STUDENT *)         


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