Returning a Nested structure from a function

前端 未结 0 534
眼角桃花
眼角桃花 2021-01-30 03:29

I am writing a code in which it needs returning a nested structure I wonder how to do that

static int ORDERID = 0;
struct item
{
    struct data
    {
        int         


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