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
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is wrong with this program statement?
What is restrict keyword in c?
What does == mean in texting?
What is file in c preprocessor?
Explain why C language is procedural?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are the differences between Structures and Arrays?
What is a method in c?
Explain the use of 'auto' keyword in c programming?
Write a program which returns the first non repetitive character in the string?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
write a programming in c to find the sum of all elements in an array through function.
Tell me what is the purpose of 'register' keyword in c language?
What is malloc calloc and realloc in c?