Computer Science, asked by foridull, 1 year ago

What is the use of size of operator?

Answers

Answered by aliya346
4

hello

The sizeof is a keyword, but it is a compile-time operator that determines the size, in bytes, of a variable or data type. The sizeof operator can be used to get the size of classes, structures, unions and any other user defined data type.

Answered by poornachandrat
1

The sizeof is a keyword, but it is a compile-time operator that determines the size, in bytes, of a variable or data type. The sizeof operator can be used to get the size of classes, structures, unions and any other user defined data type.

Similar questions