Write a "C" Program to find and replace a particular word by another word in given string.?
-
For Example,the word "machine"should be replaced by the word "operation"in the sentence "Drilling machine Milling machine Grinding machine"
-
Answer:
Use strstr to find the target string and then simple array operations to replace it with the new string. Make sure the string is big enough to grow so that you can shift the tail end of the string to accommodate the longer replacement string.
OURGGVM4Y7RFFBHR5QOOHXRSU4 at Yahoo! Answers Visit the source
Related Q & A:
- How to find out whether a shape has touched another shape?Best solution by Stack Overflow
- How to run an executable from within a c program?Best solution by Stack Overflow
- How to search for a particular string in a text file using java?Best solution by Stack Overflow
- What is a good program for recording video with a webcam?Best solution by Yahoo! Answers
- How to write a TV program proposal?
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.