List out function which we can call without using object
Answer / manoj kumar kar
Static Functions
Friend Functions
The above 2 functins can be called without using objects.
| Is This Answer Correct ? | 11 Yes | 0 No |
What issue do auto_ptr objects address?
Explain the concept of memory leak?
Can a list of string be stored within a two dimensional array?
What is the default width for ouputting a long integer using the insertion operator?
What is malloc in c++?
Are c and c++ different?
What is vector processing?
Can we declare a base-class destructor as virtual?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Is there something that we can do in C and not in C++?
What is a storage class in C++
Should the this pointer can be used in the constructor?