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 void main ()?
Differentiate between a for loop and a while loop? What are it uses?
write a program for the normal snake games find in most of the mobiles.
Why static variable is used in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is it better to use a macro or a function?
Is struct oop?
write a program to print data of 5 five students with structures?
Using which language Test cases are added in .ptu file of RTRT unit testing???
how we can make 3d venturing graphics on outer interface
When c language was developed?
How do you use a pointer to a function?
Can you return null in c?
Explain that why C is procedural?
How many types of errors are there in c language? Explain