单项选择题

若有定义:int i=1,j=5;则表达式(++j)*(i--)的值为()

A.1
B.0
C.6
D.7