What's the right way of using 'typedef'?

前端 未结 0 1715
Happy的楠姐
Happy的楠姐 2021-02-02 11:38

I was writing the code in this way first

typedef struct 
{   
    struct Node *next;
    int data;
} Node;

because I learned that I can write str

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