在类中声明一个常数据成员x,下列哪条语句是正确的?(    )
Aint const x;[|]int x const;[|]const int x;[|]int x;