What will be the output of
x++ + ++x?
Answer Posted / dhanashree
if x=1 then output will be 4
| Is This Answer Correct ? | 41 Yes | 16 No |
Post New Answer View All Answers
Define C in your own Language.
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 type qualifiers?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Is c programming hard?
How can I get back to the interactive keyboard if stdin is redirected?
What is output redirection?
Explain the use of function toupper() with and example code?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
How many levels of pointers have?
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 to know whether the input number is an armstrong number.
What is this pointer in c plus plus?
In c language can we compile a program without main() function?
What are the complete rules for header file searching?