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

Post New Answer

More C Interview Questions

A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


Is main a keyword in c?

0 Answers  


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


Describe explain how arrays can be passed to a user defined function

0 Answers  


What is extern variable in c with example?

0 Answers  


What is d scanf?

0 Answers  


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


What are bitwise shift operators in c programming?

0 Answers  


What are the uses of pre-processor directives?

2 Answers  


Define and explain about ! Operator?

0 Answers  


Categories