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 be easily placed in TCS.
what is the most appropriate way to write a multi-statement macro?
Difference between linking and loading?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the size of structure pointer in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is 2 d array in c?
how to write a prog in c to convert decimal number into binary by using recursen function,
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Write a C program that reads a series of strings and prints only those ending in "ed"
What is the difference between a structure and a union?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer