A. enum bool isnumber(char C);
B.define bool isnumber(char C);
C.inline bool isnumber(char C);
D.extern bool isnumber(chat C);