How is `int a[100] = {1}` initialized

前端 未结 0 734
予麋鹿
予麋鹿 2020-12-09 13:12

I\'ve been told that when we write int a[100] = {1};, the elements after 1 will be initialized to 0. But I didn\'t find out how this is done. (And

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