单项选择题

有函数原型void fun6(int);在下列选项中,不正确的调用是()

A.int a=21;fun6(a);
B.int a=15;fun6(a3);
C.int b=100;fun6(&b);
D.fun6(256);

热门 试题

单项选择题
单项选择题