单选题 当需要将一个函数bool isnumber(char c)声明为内联函数时,则此内联函数的函数原型为( )。
A.enum bool isnumber(char c); B.define bool isnumber(char c);
C.inline bool isnumber(char c); D.extem bool isnumber(char c);

【正确答案】 C
【答案解析】