单项选择题

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