Answer Posted / rahul
1 Byte. Class is static entity.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the difference between new() and malloc()?
What is the best c++ compiler?
What are the uses of pointers?
Differentiate between structure and class in c++.
What does int * mean in c++?
What is the difference between a definition and a declaration?
How can we access protected and private members of a class?
What do you mean by inheritance in c++?
What do you mean by friend class & friend function in c++?
What are the benefits of oop in c++?
What kind of jobs can I get with c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Is it possible to write a c++ template to check for a function's existence?
Which bitwise operator is used to check whether a particular bit is on or off?
Explain the concept of dynamic allocation of memory?