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 / gopichandar
'e'and 'o'
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What is debug class?what is trace class? What differences are between them? With examples.
#include
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is different between oops and c++
How do you achieve runtime polymorphism?
What is destructor example?
Can a varargs method be overloaded?
Whats is abstraction in oops?
Why is object oriented programming so hard?
What are the benefits of interface?
Can we override main method?
Why multiple inheritance is not allowed?
What is inheritance in simple words?
What do you mean by overloading?