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
What is constant in c++ with example?
What would happen on forgetting [], while deallocating an array through new?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Explain stack & heap objects?
what are Operators and explain with an example?
Why null pointer is used?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is c++ runtime?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What does it mean to declare a destructor as static?
Why do we need c++?
Write a program to find the Fibonacci series recursively.
What's the order in which the local objects are destructed?
Write a program to find the Factorial of a number
Is c++ map a hash table?