/*DEVELOP A PROGRAM TO REPLACE A PARTICULAR WORD
BY ANOTHER WORD IN GIVEN STRING*/
#include<stdio.h>
#include<string.h>
main()
{
    int lr,m,x,t,l,ll,ls,i,j,k,flag,count=0;

The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

replace a particular word in a given string,c,programm,lab,record,first semester,bca

/*DEVELOP A PROGRAM TO REPLACE A PARTICULAR WORD
BY ANOTHER WORD IN GIVEN STRING*/
#include<stdio.h>
#include<string.h>
main()
{
    int lr,m,x,t,l,ll,ls,i,j,k,flag,count=0;

The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.