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


Please Help Members By Posting Answers For Below Questions

Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

1485


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15435


Differentiate between the expression “++a” and “a++”?

677


Explain what is a stream?

585


What is main () in c?

566






What is the difference between the local variable and global variable in c?

505


What is the use of header?

595


Is file a keyword in c?

480


Explain what is the difference between functions getch() and getche()?

581


How do you define CONSTANT in C?

624


Is null a keyword in c?

716


What is the meaning of ?

575


Explain how are 16- and 32-bit numbers stored?

756


What is break in c?

560


can any one tel me wt is the question pattern for NIC exam

1535