Let $$A = \begin{pmatrix} B & C \\ C' & D\end{pmatrix}$$ be an odd order matrix. If blocks $B, D$ are skew-symmetric matrices, then $\det A=0$.
My attempt
Without losing generality, we assume that order of $B: n$ is odd and order of $D:m$ is even since $A$ is an odd order matrix. And we know that $\det B=0$ by properties of skew symmetric matrix.
Then I'm stuck.
Since $$ M=A\pmatrix{I_n&0\\ 0&-I_m}=\pmatrix{B&C\\ C^T&D}\pmatrix{I_n&0\\ 0&-I_m}=\pmatrix{B&-C\\ C^T&-D} $$ is a skew-symmetric matrix of odd order, we have $\det(M)=0$. Hence $\det(A)=0$.