发布网友
共1个回答
热心网友
如:
struct ststst{
int a;
int b;
char c;
}
struct ststst f1()
{
/*写好代码*/
struct ststst ss={3,5,'J'};
return ss;
}