在 C++中,以下哪个函数调用会造成栈溢出?( )
int foo( return 0; )
Int bar( int x=1; return x)
Void baz(){int a[1000]; baz();}
Void qux(){return;}