Sizeof

id: sizeof-298-1115788
title: Sizeof
text: sizeof is a unary operator in the programming languages C and C++. It generates the storage size of an expression or a data type, measured in the number of char-sized units. Consequently, the construct sizeof (char) is guaranteed to be 1. The actual number of bits of type char is specified by the preprocessor macro CHAR_BIT, defined in the standard include file limits.h. On most modern computing platforms this is eight bits. The result of sizeof has an unsigned integer type that is usually denot
brand slug: wiki
category slug: encyclopedia
description: Unary operator
original url: https://en.wikipedia.org/wiki/Sizeof
date created:
date modified: 2024-04-13T11:55:28Z
main entity: {"identifier":"Q3266463","url":"https://www.wikidata.org/entity/Q3266463"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part