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
What is a superclass in oop?
What is the importance of oop?
What are the types of abstraction?
Why is there no multiple inheritance?
What is the main purpose of inheritance law?
Explain virtual inheritance?
Is enum a class?
What is an example of genetic polymorphism?
What is the difference between a mixin and inheritance?
What causes polymorphism?
What is oops?what is its use in software engineering?
what type of questions
is there any choice in opting subjects like 4 out of 7
write a C++ program for booking using constructor and destructor.
what are the ways in which a constructors can be called?