Input is "rama loves rajesh and rajesh Loves rama also and
rajesh wear gloves and bloves"
To print output is count the numbers of times repeted the
word love without case sensitive.
No Answer is Posted For this Question
Be the First to Post Answer
What are the modifiers available in c programming language?
Explain what’s a signal? Explain what do I use signals for?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
How are pointers declared in c?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is c value paradox explain?
What are the complete rules for header file searching?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How do I get a null pointer in my programs?
the data type used for unlimited value in c and how to do this program
What is zero based addressing?