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
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Is c is a high level language?
Explain Function Pointer?
Why we not create function inside function.
Why do we use int main?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
What is the difference between fread and fwrite function?
What's the best way to declare and define global variables?
What are formal parameters?
Is c weakly typed?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
how to swap two nubers by using a function with pointers?