单项选择题

假设变量定义int x=1,y=2,z=3;则表达式y+=z--/++x的值是()。

A、3
B、3.5
C、4
D、5