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
What is the difference between single charater constant and string constant?
Explain what is the difference between far and near ?
What is meant by gets in c?
What are global variables and explain how do you declare them?
provide an example of the Group by clause, when would you use this clause
What is fflush() function?
What is c system32 taskhostw exe?
What are the different types of control structures in programming?
What is pointer to pointer in c language?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is this infamous null pointer, anyway?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Can variables be declared anywhere in c?
Define and explain about ! Operator?
Describe explain how arrays can be passed to a user defined function