Use an array and allocate memory in a struct (Flexible array members)

后端 未结 0 601
旧时难觅i
旧时难觅i 2020-12-21 08:02

So there are 2 structs:

struct Morning { 
    int time;                        
    int day;                 
    struct Morning *next;   //pointer for the ne         


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