Write a program to read a string S1 from the terminal. Again read a string S2 from the terminal and check the given string S2 in the string S1. If it does, remove string S2 from the string S1 and print the updated string S1. ( For example S1 = Concatenate and S2 = cat , then the final result should be “Conenate”.
C Program to search String2 in String1 If it does than remove String2 from String1 and print the replaced string
*****************************************************************************
www.flintgroups.com
*****************************************************************************
The sample output for this program is shown below.
Download this Program as PDF
https://www.pdfhost.net/index.php?Action=Download&File=86329170ae65d0c354d5cb3f1f32fe0e
C Program to search String2 in String1 If it does than remove String2 from String1 and print the replaced string
*****************************************************************************
www.flintgroups.com
*****************************************************************************
The sample output for this program is shown below.

Download this Program as PDF
https://www.pdfhost.net/index.php?Action=Download&File=86329170ae65d0c354d5cb3f1f32fe0e
flowchart for this program
ReplyDeleteThats you have to develop.if u want it post a reply i'll upload
Delete