How do I initialize a pointer to an Array of structure

后端 未结 0 1884
心在旅途
心在旅途 2020-12-05 18:34
#define X 10
#define Y 10

My structure :

typedef struct Reservation {
    char NAME[10];
    int ID;
    int N;
    int RESERVE;
             


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