Time:09-28
CodePudding user response:
=* p + b; Equivalent to a=a + b; The 11
# include & lt; stdio.h> # include & lt; Stdlib. H> Int main () {Int a=10, b=1; Int * p=& amp; a; A=* p + b; Printf (" % d ", a); } Results: a=11
Page link:https//www.codepudding.com/Backend/38684.html