下列语句中错误的是()。
A、int a, b, c;a=b=c=0;
B、int a, b, c;a=0;b=0;c=0;
C、int a=0;int b=0;int c=0;
D、int a=b=c=0;