单项选择题

下列赋值语句正确的是哪一项?()

A. long val=6;
B. int age = 23L;
C. short x=1,y=2,z     z=x+y;
D. int a= ‘A’;