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 difference between class template and template class?
What is the use of oops?
What is polymorphism used for?
Why is polymorphism important in oop?
What is encapsulation in oops?
Why is object oriented programming so hard?
Give two or more real cenario of virtual function and vertual object
#include
What is difference between abstraction and encapsulation?
What are the benefits of oop?
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 is an advantage of polymorphism?
What is polymorphism and its types?
What is difference between inheritance and polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory