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 the scope of static variables?

1 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


Explain what are binary trees?

0 Answers  


What is a symbolic constant?

1 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,






Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


Find the highest of three numbers and print them using ascending orders?

1 Answers  


Define and explain about ! Operator?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,


Categories