Answer
$\textbf{ value of *intPointer = 10 }$
Work Step by Step
the following statement
$ \rightarrow \quad$ ${\textbf {intPointer = &Rate;} }$
storing the address of a variable $(Rate)$ into a variable $(intPointer)$.
so the value of $ \textbf(*intPointer)$ will be $10$ because the value of $\textbf{(Rate is 10)}$
$\textbf{ value of *intPointer = 10 }$