Answer Posted / vin
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dynamic variable in c?
Describe static function with its usage?
What is a stream?
Give differences between - new and malloc() , delete and free() ?
What are multibyte characters?
Why C language is a procedural language?
What are c identifiers?
Differentiate between #include<...> and #include '...'
Explain how can I read and write comma-delimited text?
Why do some versions of toupper act strangely if given an upper-case letter?
Which is better oop or procedural?
What header files do I need in order to define the standard library functions I use?
What are reserved words?
Can you please explain the scope of static variables?
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.