单项选择题

下列定义指针变量px的语句中,正确的是()。

A.int x;int px =x;
B.int x,*px =x;
C.int *rx =&x,x;
D.int x,*px =&x;