which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / sivasiva
++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can I read a binary data file properly?
Is it valid to address one element beyond the end of an array?
What is sizeof array?
What are structural members?
What are local variables c?
What does int main () mean?
What is a null string in c?
What is the difference between struct and typedef struct in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is restrict keyword in c?
how can use subset in c program and give more example
What is the total generic pointer type?
What is %lu in c?
What is a newline escape sequence?
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.