Answer Posted / ravikumar
pointer provide the call back function by using arguments
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
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 is indirection? How many levels of pointers can you have?
What are the data types present in c?
How many keywords (reserve words) are in c?
Write a program to print all permutations of a given string.
what do the 'c' and 'v' in argc and argv stand for?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Explain what are run-time errors?
Explain pointers in c programming?
What are qualifiers and modifiers c?
Why string is used in c?
How can I delete a file?
define string ?
What is null in c?