Answer
the following statement
$ \rightarrow \quad$ ${\textbf {*intpointer = 29;} }$
storing the value $(29)$ into a variable which $(intPointer)$ points to (in our case the variable is $Rate $).
so the value of $ (\&Rate) $ = $500$ which is the same address in Problem 2
and
the value of $ (Rate) $ = $29$
Work Step by Step
the following statement
$ \rightarrow \quad$ ${\textbf {*intpointer = 29;} }$
storing the value $(29)$ into a variable which $(intPointer)$ points to (in our case the variable is $Rate $).
so the value of $ (\&Rate) $ = $500$ which is the same address in Problem 2
and
the value is: (Rate) $ = $29