Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
No Answer is Posted For this Question
Be the First to Post Answer
How can you return multiple values from a function?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
whitch value return void main?
what is an inline fuction??
How do I create a directory? How do I remove a directory (and its contents)?
write a progam to display the factors of a given number and disply how many prime numbers are there?
What are the different types of errors?
In a header file whether functions are declared or defined?
What is meant by int main ()?
the operator for exponencation is a.** b.^ c.% d.not available
how to implement stack operation using singly linked list