Answer Posted / tknowledge05
The above guest is me .. okk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer in c?
What are the different types of pointers used in c language?
Explain the bubble sort algorithm.
What is non linear data structure in c?
Why is c known as a mother language?
Why void is used in c?
Why main is used in c?
What is the argument of a function in c?
By using C language input a date into it and if it is right?
I need testPalindrome and removeSpace
#include
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.
Can you please compare array with pointer?
What is include directive in c?
Why is sizeof () an operator and not a function?
What is identifiers in c with examples?