下面的变量说明中(       )是正确的。
A、 char:a, b, c; 
B、char a; b; c;   
C、char a, b, c;  
D、 char a, b, c,