Computer Science, asked by billalhossainsagor1, 2 months ago

define size of operator

Answers

Answered by Anonymous
3

Answer:

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 is guaranteed to be 1.

Answered by rushikeshphapale4
1

Answer:

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 is guaranteed to be 1.

Similar questions