Converting matrix to an array in C

前端 未结 0 1708
既然无缘
既然无缘 2020-12-29 10:30

How can I copy the elements from a matrix,entered by user,to an array? I tried this, but it didn\'t work:

              int m[20][20],a[400],c=0;//max dimensi         


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