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 |
How is modularity introduced in C++?
How important is c++?
Write about the local class and mention its use?
What is the purpose of templates in c++?
Can user-defined object be declared as static data member of another class?
What are the benefits of operator overloading?
Tell me an example where stacks are useful?
What is the difference between #define debug 0 and #undef debug?
When you overload member functions, in what ways must they differ?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
How is computer programming useful in real life?
How many characters are recognized by ANSI C++?