Python-like array filling - C equivalent

前端 未结 0 945
余生分开走
余生分开走 2021-01-07 09:31

I would like to know what would be the equivalent for filling an array like we do in Python, but in C.

Python example code:

arrayname=[0]*10
randomtext         


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