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
Differentiate between the = symbol and == symbol?
write a program fibonacci series and palindrome program in c
Explain what does a function declared as pascal do differently?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Is c still relevant?
write a programming in c to find the sum of all elements in an array through function.
Why do we use & in c?
what are # pragma staments?
What is the use of pragma in embedded c?
Can you please explain the scope of static variables?
What is type qualifiers?
Write a program of advanced Fibonacci series.
How can I change their mode to binary?
What is modifier & how many types of modifiers available in c?
Explain about the constants which help in debugging?