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 use of #define preprocessor in c?
What are the various types of control structures in programming?
What are categories used for in c?
What are the advantages and disadvantages of pointers?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How do you determine whether to use a stream function or a low-level function?
Can a variable be both const and volatile?
What are the benefits of organizational structure?
List some of the dynamic data structures in C?
Do you know the purpose of 'register' keyword?
Can you tell me how to check whether a linked list is circular?
What is the method to save data in stack data structure type?
What is #line used for?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How can I access an I o board directly?