The sizeof operator
Size of a data type = the number of bytes used to store a value of that data type.
C has a special operator (sizeof) that returns the size of a data type
sizeof( dataType ) returns the size of a variable of type "dataType" or sizeof( varName )...
kaustubhk.hashnode.dev1 min read