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
What is the purpose of macro in C language?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is wild pointer in c with example?
Explain main function in c?
Are there constructors in c?
what is the significance of static storage class specifier?
What do you mean by invalid pointer arithmetic?
What is console in c language?
What is the right way to use errno?
How can a number be converted to a string?
What is the ANSI C Standard?
Explain how do you determine the length of a string value that was stored in a variable?
What is use of #include in c?
What is a null pointer in c?