Is sizeof a keyword in C?
Photo Credit: Courtesy of 3DStockPhoto (keyword image)
In the programming languages C and C++, the unary operator sizeof generates the size of a variable or datatype, measured in the number of char-sized storage units required for the type. ... The result of sizeof has an unsigned integral type that is usually denoted by size_t.