单项选择题

下列语句中,正确的完成整型变量的声明和赋值的是()。

A.int count,count =0;
B.int count =0;
C.count =0;
D.int count1;