Write a c program to enter a string of paragraph and
replacing a particular word which is repeated in the
paragraph by another word?
Answers were Sorted based on User's Feedback
How to write the code of the program to swap two numbers with in one statement?
What is n in c?
Write a program to print factorial of given number using recursion?
Who invented bcpl language?
How will you allocate memory to a double pointer ?
How to write a program to receive an integer & find its octal equivalent by using for loop?
how to print "hai" in c?
What is the difference between variable declaration and variable definition in c?
what type of errors are checked during compilation
Why do we use int main instead of void main in c?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Describe explain how arrays can be passed to a user defined function