单项选择题

下列的变量定义中,错误的是( )。

A.inta;b;
B.floatA,b1=1.23f;
C.charCh1='d',ch2='\'
D.public int i=100,j=2,k;