12. What is sizeof in C
(A) Operator
(B) Function
(C) Macro
(D) None of these
Answers
Answered by
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
1
Answer:
Macro is the answer
hope it helps u
Similar questions