What kind of grammar is int& b = (&a)[15]

前端 未结 0 474
情歌与酒
情歌与酒 2021-01-13 09:50
int& b = (&a)[15];
std::cout << b << std::endl;

I print it , find that this is a random value that doesn\'t make any sense

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