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
Explain all the C++ concepts using examples.
What is the use of 'this' pointer?
what are the types of Member Functions?
Is linux written in c or c++?
What are the uses of static class data?
What is endl c++?
Explain register storage specifier.
What do you mean by translation unit?
Differentiate between an external iterator and an internal iterator?
What is meant by the term name mangling in c++?
What is encapsulation in c++ with example?
What is an adaptor class in c++?
What is the use of turbo c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
How do you sort a sort function in c++ to sort in descending order?