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 are associate containers?
Explain the problem with overriding functions
What is exception handling in C++?
What is the use of default constructor?
Write about all the implicit member functions of a class?
What is the best it certification?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
Where the memory to the static variables is allocated?
What do you know about near, far and huge pointer?
what is upcasting in C++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a storage class used in c++?