单项选择题

A.int x=5;int &ref=x;x++;
B.int x=5;int &ref=x;
C.const int size=100;
D.const int size;