How to replace a string inside of a Word Document?

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

Was this solution helpful to you?

Just Added Q & A:

Find solution

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.