/*
C PROGRAM FOR REPLACING STRING*/
#include<stdio.h>
#include<conio.h>
#include<string.h>
void
main()
{
int slen,sublen,newlen,reslen,m,k,i,j,temp;
char str[40],substr[20],newstr[20],resstr[25];
clrscr();
printf("\n\t\t STRING REPLACING");
printf("\n\t\t...