• 2022-06-09
    下列变量定义错误的是()
    A: int a,b;float c,d;
    B: int a,b,float c,d;
    C: int a=2,b;
    D: int a,b=3;float c=d=3.5;