List out function which we can call without using object
Answer Posted / 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 |
Post New Answer View All Answers
What are different types of loops in c++?
If there are two catch statements, one for base and one for derived, which should come first?
Differentiate between realloc() and free().
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Explain what are the sizes and ranges of the basic c++ data types?
Can a program run without main in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the difference between interpreters and compilers?
What is the difference between c++ and turbo c++?
You run a shell on unix system. How would you tell which shell are you running?
Why c++ is faster than java?
Describe the syntax of single inheritance in C++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What can I use instead of namespace std?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?