Sir,please help me out with the code of this question.

Write an interactive C program that will encode or decode
multiple lines of text. Store the encoded text within a
data file, so that it can be retrieved
and decoded at any time. The program should include the
following features:
(a) Enter text from the keyboard, encode the text and store
the encoded text in a data file.
(b) Retrieve the encoded text and display it in its encoded
form.
(c) Retrieve the encoded text, decode it and then display
the decoded text.
(d) End the computation.
Test the program using several lines of text of your choice.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is context in c?

0 Answers  


what is a pointer

4 Answers   Bank Of America, TCS,


Write a program that accept anumber in words

0 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


What is a floating point in c?

0 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


Example of friendly function in c++

2 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


Categories