Sizeof

Sizeof operator in C language
The sizeof operator is the most common operator in C. It is a compile-time unary operator and used to compute the size of its operand. It returns the ...