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
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
How to write the code of the program to swap two numbers with in one statement?
while initialization of array why we use a[][2] why not a[2][]...?
What is a node in c?
C program to find frequency of each character in a text file?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Why is sprintf unsafe?
How to add two numbers without using semicolon at runtime
Explain the red-black trees?
Can you please explain the difference between malloc() and calloc() function?
Dont ansi function prototypes render lint obsolete?
Why doesn't C support function overloading?