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 is the difference between near, far and huge pointers?
Explain goto?
What is static and auto variables in c?
Define C in your own Language.
What does 1f stand for?
What is the significance of an algorithm to C programming?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the benefit of using #define to declare a constant?
Is c object oriented?
What is calloc()?
Why doesnt long int work?
Why do we use namespace feature?
What the different types of arrays in c?
I have a varargs function which accepts a float parameter?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?