Correct option is C
A lower-triangular matrix is a type of matrix where
all the elements above the leading diagonal are zero. In the context of sparse matrices, which primarily store non-zero elements to save space, a lower-triangular sparse matrix efficiently represents such structures by focusing on storing the non-zero elements below the diagonal, reducing memory usage and computational overhead.