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 / taruna.kashyap

plz give me answer of this question.

Is This Answer Correct ?    59 Yes 45 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the different storage classes in c?

660


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

620


What is difference between scanf and gets?

609


What is a spanning Tree?

948


What is character set?

681






in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

630


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1575


Write a program to reverse a string.

631


What is #line in c?

559


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

660


How do you convert strings to numbers in C?

705


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

974


What is an auto variable in c?

750


Explain void pointer?

587


What is the difference between the local variable and global variable in c?

526