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

前端 未结 0 893
野性不改
野性不改 2021-02-12 06:43

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

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