填空题
在下面的函数返回时,int(string[9])等于()
0
单项选择题 在表达式a=foo1()+foo2();中函数调用的顺序是:()
单项选择题 静态函数能否是虚函数:()
单项选择题 C/C++中如下代码是否合法()inta;intb[a];