下列正确的句子是()

下列正确的句子是()
A、float3.14;
B、bytei=225;
C、intk=33L;
D、intp[][];
【正确答案】:D
【题目解析】:选项A应为 float 3.14;选项B应为byte i=225;选项C应为int k=33L。