单项选择题

关于被私有访问控制符private修饰的成员变量,下列说法正确的是( )。

A. int a;b
B. float a,b1=1.23f;
C. char ch='d';
D. public int i=100,j;