A C E G H
+B D F A I
------------
E F G H D

Answer Posted / raja s

cefgc

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does main () mean in c?

617


What is the difference between exit() and _exit() function in c?

585


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3059


How is a null pointer different from a dangling pointer?

561


What is #include called?

573






what is the basis for selection of arrays or pointers as data structure in a program

3790


What is I ++ in c programming?

630


Can you write the algorithm for Queue?

1558


What are integer variable, floating-point variable and character variable?

611


What is the sizeof () a pointer?

552


Do pointers need to be initialized?

569


Can two or more operators such as and be combined in a single line of program code?

813


Explain how do you determine whether to use a stream function or a low-level function?

632


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.

1770


Explain what will the preprocessor do for a program?

607