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
What do you mean by a local block?
How can I find out if there are characters available for reading?
How many identifiers are there in c?
What does s c mean on snapchat?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How can I discover how many arguments a function was actually called with?
What is array of pointers to string?
What is s or c?
What is signed and unsigned?
What is ctrl c called?
Can we initialize extern variable in c?
Define and explain about ! Operator?
What are the keywords in c?
What is a macro in c preprocessor?
What is a structure in c language. how to initialise a structure in c?