單項選擇題有函數(shù)原型void fun6(int);在下列選項中,不正確的調(diào)用是()
A.int a=21;fun6(a);
B.int a=15;fun6(a3);
C.int b=100;fun6(&b);
D.fun6(256);