who is the founder of c
Answer Posted / tanveer ahmed abbasi
dennis ritche,s
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can I read a binary data file properly?
Differentiate between a for loop and a while loop? What are it uses?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain what is dynamic data structure?
What are the different types of control structures?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is the difference between functions getch() and getche()?
Is void a keyword in c?
Difference between MAC vs. IP Addressing
What is the difference between local variable and global variable in c?
Array is an lvalue or not?
What is data type long in c?
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.
write a program fibonacci series and palindrome program in c
How can you determine the maximum value that a numeric variable can hold?