How can I declare a global array in C first and then initialize its size later?

前端 未结 0 1638
挽巷
挽巷 2020-12-23 17:58

So I have an array, that I want to have in global scope. Its size however is determined during runtime, so I can\'t initialize it where I define it.

How can I declare

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