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
If fflush wont work, what can I use to flush input?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are static variables in c?
What is new line escape sequence?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Is main is a keyword in c?
what value is returned to operating system after program execution?
What is uint8 in c?
Explain the difference between exit() and _exit() function?
How do we make a global variable accessible across files? Explain the extern keyword?
How to set file pointer to beginning c?
What are header files in c programming?
What is #line in c?
Explain how can a program be made to print the line number where an error occurs?