单项选择题

设指针x指向的整型变量值为25,则printf(“%d\n”,++*x);的输出是()。

A.26
B.25
C.24
D.23