/*DEVELOP A PROGRAM TO READ A LINE OF TEXT
AND COUNT OCCURENCE OF A PARTICULAR WORD*/
#include<stdio.h>
#include<string.h>
main()
{
    int ll,ls,i,j,k,flag,count=0;
    char line[200],str[20];
   
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

number of ouccurence of a particular word,c,programm,lab,record,first semester,bca

/*DEVELOP A PROGRAM TO READ A LINE OF TEXT
AND COUNT OCCURENCE OF A PARTICULAR WORD*/
#include<stdio.h>
#include<string.h>
main()
{
    int ll,ls,i,j,k,flag,count=0;
    char line[200],str[20];
   
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.