What will be the output of
x++ + ++x?
Answer Posted / dushmanta
it will gives u a garbage value according to u r compiler
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What are the advantages and disadvantages of c language?
When do we get logical errors?
What is an array in c?
What are the types of data structures in c?
What is the difference between malloc() and calloc()?
What is d'n in c?
How can I run c program?
Where is c used?
What is pass by reference in c?
What is the use of pointers in C?
Can we compile a program without main() function?
What is structure in c explain with example?
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 data structure in c programming?
What is a static function in c?