Behaviour of uninitialized C++ structs

前端 未结 0 1095
粉色の甜心
粉色の甜心 2020-12-17 02:11

Say we declare an array of structs in a local scope:

    int main()
{
    RandomStruct array [1000];
}

Currently the structs in the array are

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