How to assign a list to an array after initializing in C

后端 未结 0 1885
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 12:51

I\'m calling a function to change an array in C, say

int array[3] = {a, b, c}

to

array[3] = {d, e, f}

but, it

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