The sizeof operator in C is useful in finding array size, and structure size. It returns the size (number of bytes) of a declared variable.