any one please tell me the purpose of operator overloading
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between c++ language and java language
What is a class and object?
Difference between realloc() and free?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
write a C++ program for booking using constructor and destructor.
Plese get me a perfect C++ program for railway/airway reservation with all details.
why to use template classes in c++?
What are the four main oops concepts?
What is inheritance in simple words?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Why do we use oop?