Write a c program to enter a string of paragraph and
replacing a particular word which is repeated in the
paragraph by another word?
Answer Posted / dprusty6
plz give me the answer
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain the use of bit fieild.
provide an example of the Group by clause, when would you use this clause
Write a program to print "hello world" without using a semicolon?
Explain the use of keyword 'register' with respect to variables.
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What are the disadvantages of external storage class?
What does node * mean?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is the difference between fread and fwrite function?
What is header file in c?
What are nested functions in c?
Explain the use of 'auto' keyword in c programming?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
For what purpose null pointer used?
Write a program to print numbers from 1 to 100 without using loop in c?