Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


How is c++ used in the real world?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


What do you mean by late binding?

0 Answers  


Is c++ map a hash table?

0 Answers  






Is c++ pass by reference or value?

0 Answers  


What is math h in c++?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Can I learn c++ without c?

0 Answers  


What is abstraction c++?

0 Answers  


How come you find out if a linked-list is a cycle or not?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Categories