问题详情

当需要将一个函数bool isnumber(char C) 声明为内联函数时,则此内联函数的函数原型为( )。


A、enum bool isnumber(char C);

B、define bool isnumber(char C);

C、inline bool isnumber(char C);

D、extern bool isnumber(chat C);

时间:2022-03-01 09:29 关键词:

答案解析

C