单项选择题

若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()

A.7
B.8
C.9
D.10