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 / anil
only balaji's ws de ri8 answer... thanx 2 him...
| Is This Answer Correct ? | 23 Yes | 15 No |
Post New Answer View All Answers
Can we access array using pointer in c language?
Write the control statements in C language
Can the “if” function be used in comparing strings?
What are qualifiers and modifiers c?
What is the scope of an external variable in c?
What does typeof return in c?
Can a variable be both const and volatile?
What is the value of c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is difference between constant pointer and constant variable?
What is structure packing in c?
What is this pointer in c plus plus?
Write a program to print all permutations of a given string.
What is the function of multilevel pointer in c?