Saved Bookmarks
| 1. |
12. What is sizeof in C(A) Operator(B) Function(C) Macro(D) None of these |
|
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. |
|