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
Can math operations be performed on a void pointer?
What is nested structure with example?
Explain why c is faster than c++?
What is the acronym for ansi?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the difference between declaring a variable and defining a variable?
What tq means in chat?
What is hungarian notation? Is it worthwhile?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Why calloc is better than malloc?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
what is the role you expect in software industry?
Is c easy to learn?
what does static variable mean?