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


Please Help Members By Posting Answers For Below Questions

Explain the advantages of inheritance.

668


Why is polymorphism used?

579


What are constructors in oop?

587


What is encapsulation with example?

575


Templates mean

1585






to find out the minimum of two integer number of two different classes using friend function

1637


What is encapsulation in ict?

597


What is abstraction in oop with example?

642


What is the importance of oop?

605


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1635


What is the difference between a mixin and inheritance?

517


What is inheritance write a program to show use of inheritance?

611


What is the main purpose of inheritance law?

667


What is polymorphism used for?

566


write a program that takes input in digits and display the result in words from 1 to 1000

1983