Assume an invertible matrix $C$ is in the form $\left[ \begin{matrix}A \\ B \end{matrix}\right]$, where the linear subspace generated by the rows of $A$ is orthogonal to the linear subspace generated by the rows of $B$. Denote the Moore–Penrose pseudoinverses of $A$ and $B$ by $A^{+}$ and $B^{+}$, respectively.
How would you prove that $C^{-1}=\left[ \begin{matrix}A^{+} & B^{+} \end{matrix}\right]$?