Username
Password
Forgot Password?
Register
Home
Articles
Computer Science
.NET
C
Protocols
Electronics
Analog
Microcontroller
8051/8951
PIC
JNI
eBooks
Interview Questions
C Interview Questions
Projects
Basic Electronics
Computer Programming
Microcontrollers
Question and Answer
JNI
PHP/MySQL
Software IDEs
Visual Studio
Software languages
C/C++
Java
PHP
Unix & Linux
Web Development
Wordpress
Seminar Resources
Source Codes
Software Programs
C
Advanced programs
Graphics
Matrix Programs
Number Programs
Simple programs
Sorting Programs
String Programs
C++ Programs
Advanced programs
Basic Programs
Data structure
Java
Advanced programs
Applet programs
Basic Programs
Members
Home
>
Source Codes
>
Software Programs
>
C
>
String Programs
> To replace a word by another word in a given string
To replace a word by another word in a given string
Thursday, December 4th, 2008
#include<stdio.h>
#include<conio.h>
int stlen(char str[50])
{
int len = 0;
while(str[len]!=’