• 2022-06-11
    已经定义常量#define PRICE 30 则,下列语句使用常量正确的是( )。
    A: PRICE = 20;
    B: int c=3;PRICE=c;
    C: int c=PRICE;
    D: PRICE++;