What will be the output of
x++ + ++x?
Answer Posted / srinivas
for this what is the input value of x.First of all we have
to give the input value of x.
if x = 1 then answer would be
main();
int x=1,y.
y = x++ + ++x.
printf /n'%d',y.
here y = 3
| Is This Answer Correct ? | 34 Yes | 30 No |
Post New Answer View All Answers
For what purpose null pointer used?
Write a program to reverse a string.
Where local variables are stored in c?
What is the easiest sorting method to use?
What functions are in conio h?
Explain the Difference between the New and Malloc keyword.
Is linux written in c?
What does %2f mean in c?
what is a constant pointer in C
Why main function is special give two reasons?
What are header files in c programming?
Where are some collections of useful code fragments and examples?
How can a program be made to print the name of a source file where an error occurs?
What is static memory allocation?
What is static identifier?