单选题

下列语句中未起到定义作用的是

A.

int a;

B.

extern int b;

C.

const int c=10;

D.

bool d(int x) {return x>0;}

发表评论

登录 后再回复