找考题网-背景图
单项选择题

设有定义int i=7;char ch="b";下面赋值语句中不正确是()。

A.i =ch;
B.ch =i;
C.ch =(char)i;
D.i =(int)ch;