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 is a reference variable in C++?
How would you use the functions sin(), pow(), sqrt()?
Will the following program execute?
What is an undefined behavior and sequence points
Explain the virtual inheritance in c++.
Give an example of run-time polymorphism/virtual functions.
How do you write a function that can reverse a linked-list?
What are the advantages of c++ over c?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What does it mean to declare a destructor as static?
How do you declare a set in c++?
What is a null object in c++?
What is a try block?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is scope operator in c++?