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
what type of question are asked in thoughtworks pair programming round ?
How to hide the base class functionality in Inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does enum stand for?
What is multilevel inheritance explain with example?
can we make game by using c
Why do while loop is used?
What is a null tree?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Can abstract class have normal methods?
How do you achieve runtime polymorphism?
What is multilevel inheritance?
what is difference between class template and template class?
What is overloading in oop?
What is encapsulation example?