Specifying type of array on right side of expression

前端 未结 0 926
不知归路
不知归路 2021-02-07 09:48

With the following:

typedef struct Person_ {
    char* name;
    char* parents[2];
} Person;

int main(void)
{
    Person jack = {.name="Jack", .parents         


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