Iterate array of struct using double pointer and access elements using double pointer

前端 未结 0 1489
挽巷
挽巷 2021-01-21 01:56

I have a nested struct car

struct employee{
    int id;
    unsigned int department_id;
    char initials;
};

struct car{
    int number;
    unsigned int tagged         


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