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 advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What is c system32 taskhostw exe?
How can I insert or delete a line (or record) in the middle of a file?
what are far pointers?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is a pointer in c plus plus?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Can you please explain the difference between exit() and _exit() function?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }
What does c mean?
What is the difference between the local variable and global variable in c?