Answer Posted / aboelella
sizeof is a unary operator
It is used to get the size of datatypes
It can be used with all primitives
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
Is c++ vector a linked list?
What is #include iostream in c++?
Define macro.
What is a singleton c++?
What does override mean in c++?
How many different levels of pointers are there?
What is a constant reference?
Is c++ proprietary?
Is there a sort function in c++?
What are the advantages of pointers?
What does new return if there is insufficient memory to make your new object?
Do class declarations end with a semicolon? Do class method definitions?
Do you know what are static and dynamic type checking?
What are all predefined data types in c++?
What is #include sstream?