creating dynamic array of structures in c

前端 未结 0 1449
时光说笑
时光说笑 2020-12-13 09:59
struct Total
{
    char Name[40];
    int No[40];

};
struct Total *List = NULL;

I have this struct which I want to allocate memory for it dynamical

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