1. Write a C program to count the number of occurrence
of
a specific word in the given strings.
(for e.g. Find how many times the word “live” comes in the
sentence “Dream as if you’ll live forever, live as if
you’ll die today ”)

Answer Posted / taruna.kashyap

plz give me answer of this question.

Is This Answer Correct ?    59 Yes 45 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print fibonacci series without using recursion?

599


Is null always defined as 0(zero)?

607


Explain how can I prevent another program from modifying part of a file that I am modifying?

631


What are directives in c?

539


Explain how can I write functions that take a variable number of arguments?

606






What is meant by initialization and how we initialize a variable?

581


What is #ifdef ? What is its application?

640


Why we not create function inside function.

1742


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2215


What is use of bit field?

763


What is spark map function?

578


What are the functions to open and close the file in c language?

589


What are the two types of functions in c?

560


Combinations of fibanocci prime series

1105


Why is c still so popular?

609