Accessing the member of structure passed to a function as array of structure

前端 未结 0 564
礼貌的吻别
礼貌的吻别 2020-12-20 23:46

I have a structure named book which is defined as:

struct book
{
char name[30];
};

I created an array of the structure in this manner:

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