int main(void) { char testStr[50] = "Hello, world!"; char revS[50] = testStr; }
我收到错误:"无效的初始化程序"就行了revS.我究竟做错了什么?
revS
c arrays
arrays ×1
c ×1