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
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain what is a 'locale'?
Write a Program to find whether the given number or string is palindrome.
Can you return null in c?
Explain can you assign a different address to an array tag?
How can I do graphics in c?
What is #include stdio h?
Is it possible to pass an entire structure to functions?
What is a header file?
All technical questions
What is scope rule in c?
What is keyword with example?
Why use int main instead of void main?
What is variables in c?