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 / dawn
I think in 'c' it is not possible
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Why c is a procedural language?
code for quick sort?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are the types of pointers?
Why is not a pointer null after calling free?
What is oops c?
Which is best book for data structures in c?
i have a written test for microland please give me test pattern
What does the error message "DGROUP exceeds 64K" mean?
Are global variables static in c?
Differentiate between new and malloc(), delete and free() ?
What is the concatenation operator?
Can a function argument have default value?
What are dangling pointers? How are dangling pointers different from memory leaks?
How to compare array with pointer in c?