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 what is wrong in this statement?
Can static variables be declared in a header file?
What are the advantages of external class?
What are the different types of endless loops?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Where are local variables stored in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the concatenation operator?
Why can't I perform arithmetic on a void* pointer?
What is dangling pointer in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What does 3 periods mean in texting?
Is python a c language?
How can I read and write comma-delimited text?
Which are low level languages?