首页 > 代码库 > struct

struct

struct student    { int num;     char name[20];     char sex;    };    student["num"]=10;

 

struct