In the following array, what is the value of codes[2][1]?
$\begin{aligned} & \text { char [] [] codes }=\left\{\text { ' }^{\prime} \text { ', 'D ', 'M '\}, }\right. \\ & \text { \{'P ', 'R ', 'S '\}, } \\ & \{' U \text { ', 'V ', 'Z '\}\}; } \\ & \end{aligned}$
a. 'P'
b. 'R'
c. 'U'
d. 'V'