The correct answer is (a) B^T = -B
The explanation: The transpose of a skew symmetric matrix should be equal to the negative of the matrix
Example: let us consider a matrix B = \(\begin{bmatrix}
a & e & d\\
-e & b & f\\
-d & -f & c\\
\end{bmatrix}\), B^T = \(\begin{bmatrix}
a & -e & -d\\
e & b & -f\\
d & f & c\\
\end{bmatrix}\).