Adding nodes to an array of linked list

前端 未结 0 1165
我在风中等你
我在风中等你 2020-12-13 01:02

I have this definitions

typedef char string[24];

typedef struct Person
{
    string rut;
    string name;
    int age;
    int date;
    string region;
    s         


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