C/C++ : static method

前端 未结 0 711
无人共我
无人共我 2021-01-21 16:00

There is a static int method funcF(), with no return statement. I use it in main() like this:

static int funcF(){
//no return
}
int main(){
    funcA();
         


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