Answer Posted / shabeer
sizeof is a unary operator
it is used to get the size of datatype
it can be used with all primitives
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What are shallow and deep copies?
How much maximum can you allocate in a single call to malloc()?
Difference between strdup and strcpy?
How to declare a pointer to an array of integers?
What is the C-style character string?
What is the first name of c++?
Is it possible for a member function to use delete this?
How many types of scopes are there in c++?
Differentiate between a constructor and a destructor in c++.
What return value must conversion operators have in their declaration?
What are the different types of polymorphism in c++?
Is string an object in c++?
What is a far pointer? where we use it?
What is c++ code?