Computer Science, asked by studentlife381, 2 months ago

12. What is sizeof in C
(A) Operator
(B) Function
(C) Macro
(D) None of these​

Answers

Answered by itzcuteangel072
2

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 pahalpathak8
1

Answer:

Macro is the answer

hope it helps u

Similar questions