'goto *foo' where foo is not a pointer. What is this?

前端 未结 0 1527
时光说笑
时光说笑 2021-02-12 06:13

I was playing around with labels as values and ended up with this code.

int foo = 0;
goto *foo;

My C/C++ experience tells me *foo

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