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
Explain 'bit masking'?
How to receive strings with spaces in scanf()
Why do u use # before include in a C Progam?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
How do I initialize a pointer to a function?
How to delete a node from linked list w/o using collectons?
to get a line of text and count the number of vowels in it
What is malloc return c?
why java is called as a purely oops language.
wite a programme in c to linear search a data using flag and without using flags?