In a char array, how do I change all the elements to the same?

后端 未结 0 760
离开以前
离开以前 2020-11-22 09:03

I have a 2D char array (3x3) and I want to change every element to a space \' \'.

char array[3][3];

How can I use the array\'s element "

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