"sizeof" operator is a special operator. It is used to find the size of a datatype or variable.
sizeof operator returns the positive integer.
The Syntax is
sizeof(datatype);
sizeof(variable);