Answer Posted / guest
i think i did not do well for this question ,, i need to a
answer from u guys..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which node is more powerful and can handle local information processing or graphics processing?
Give the rules for variable declaration?
Can an array be an Ivalue?
What is class and object in c?
What is the use of void pointer and null pointer in c language?
What is line in c preprocessor?
What is a structure in c language. how to initialise a structure in c?
Is c easier than java?
Can include files be nested? How many levels deep can include files be nested?
What is the function of this pointer?
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.
What are the valid places to have keyword “break”?
Why doesnt long int work?
develop algorithms to add polynomials (i) in one variable
Is flag a keyword in c?