单项选择题

若有定义:int x,a;则语句x=(a=3,a+1);运行后,x、a的值依次为()

A.3,3
B.4,4
C.4,3
D.3,4