c[0]

  1. chesss

    Understanding multidimensional arrays in c++

    Heres a simple multi array - char c[10][10] = {"sunday", "monday"}; now my question is, in this case what will be c[0] or c[1] ? and what are their types ? Please think and answer.
Top Bottom