Iterating an MDA in C

前端 未结 0 676
野趣味
野趣味 2021-02-02 05:04

Is the following a common pattern for going through a multi-dimensional array in C?

int coordinates[3][2] =  {
    {0,0},
    {2,2},
    {5,5}
};

size_t array_si         


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