下列选项中可以取代语句“namespace{int x,y;}”的是

下列选项中可以取代语句“namespace{int x,y;}”的是
A、int x;int y
B、int x,y;
C、static int x,y;
D、int x;y;
【正确答案】:C