Computer Science, asked by ak798119, 8 months ago

the size of operater is what operator​

Answers

Answered by OnlyStudy21
0

sizeof operator

The sizeof operator is the most common operator in C. It is a compile-time unary operator and used to compute the size of its operand. It returns the size of a variable. It can be applied to any data type, float type, pointer type variables.

Answered by adonicamoses
0

Answer:

The sizeof operator is the most common operator in C. It is a compile-time unary operator and used to compute the size of its operand. It returns the size of a variable. It can be applied to any data type, float type, pointer type variables.

Similar questions