单项选择题
A.f1(&m,&s) B.f1(&m,s) C.f1(m,s) D.f1(m,&s)
A.--p++ B.--++p C.--(p+5) D.(p-5)++
A.int和int B.int*和int C.int和int* D.int*和int*