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
how can I convert a string to a number?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Write a C program that reads a series of strings and prints only those ending in "ed"
how memory store byte
why java is called as a purely oops language.
Explain how do you declare an array that will hold more than 64kb of data?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
what is the return type of printf
WHAT IS C?
who is first prime minister in india??
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why doesn't C support function overloading?