Struct int inside struct int *array?

后端 未结 0 1034
春和景丽
春和景丽 2020-12-04 11:45

I know the title doesn\'t make sense but here is the code. Is this a reason to call a segfault?

typedef struct Coordinate
{
    int col;  
    int row;  
} Co         


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