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 chaudhary
thanx ram u r exelent.
| Is This Answer Correct ? | 17 Yes | 15 No |
Post New Answer View All Answers
What is the difference between a function and a method in c?
What are near, far and huge pointers?
Write a program to know whether the input number is an armstrong number.
How can I dynamically allocate arrays?
what are the 10 different models of writing an addition program in C language?
What does *p++ do? What does it point to?
What is pointers in c with example?
Is it acceptable to declare/define a variable in a c header?
Can the “if” function be used in comparing strings?
Explain how do you override a defined macro?
Under what circumstances does a name clash occur?
How can I change their mode to binary?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Hi can anyone tell what is a start up code?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)