Answer Posted / surendra
Array is the collection of similar data types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is c# a good language?
Can a file other than a .h file be included with #include?
Should I learn c before c++?
Is c procedural or object oriented?
Why is c so important?
Explain function?
what do the 'c' and 'v' in argc and argv stand for?
What are the key features in c programming language?
Can we add pointers together?
What are global variables and how do you declare them?
What are the types of pointers?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
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 scope of variable in c?
What is a double c?