赞题库-背景图
单项选择题

对于以下结构定义,struct { int len; char *str;}*p;(*p)->str++中的++加在()

A.指针str上
B.指针p上
C.str所指的内容上
D.语法错误