单项选择题

有函数声明“void ad(unsigned char d);”,正确的函数调用是()。

A.ad();
B.ad(62);
C.ad(298);
D.AD(37);