Answer Posted / anusha
an array is a continous memory of same data type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a constant?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
what are non standard function in c
What is array in c with example?
Where are the auto variables stored?
Is sizeof a keyword in c?
What are the general description for loop statement and available loop types in c?
Why do we need functions in c?
Explain what is the difference between a string and an array?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is floating point constants?
What is array of structure in c?
Why doesnt the call scanf work?
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.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above