Accessing the member of a structure by double pointer of that structre type

后端 未结 0 1870
温柔的废话
温柔的废话 2020-12-07 17:09

I have a structure Item with following members.

struct Item{
char *name;
int price;
double weight;
};

Another sturcture Inventory with follow

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