Given two strings like x=?hello? and y=?open?, remove any
character from string x which is also used in string y,
thus making the result x=?hll?.
Answer Posted / shilpa
x="hello", y="open"
so we have to remove e and o from x, so its hll
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
What is for loop and its syntax?
What is a class and object?
What are the benefits of interface?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
what are the realtime excercises in C++?
What is constructor overloading in oop?
Who invented oop?
can inline function declare in private part of class?
Explain the concepts involved in Object Oriented programming.
What is polymorphism explain?
what is graphics
What is the point of oop?
What is a class in oop?
How do you answer polymorphism?