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 the need of a destructor? Explain with the help of an example.
If I is an integer variable, which is faster ++i or i++?
What does asterisk mean in c++?
What is do..while loops structure?
What is the C-style character string?
What is namespace std; and what is consists of?
Explain virtual destructor?
What do you mean by storage classes?
Define Virtual function in C++.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Explain explicit container.
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What are the steps in the development cycle?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is iomanip c++?