main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}

Answer Posted / vijay

56
93

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a null pointer different from a dangling pointer?

560


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1190


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1635


What is .obj file in c?

650


Can one function call another?

630






How do you override a defined macro?

704


Explain how can I avoid the abort, retry, fail messages?

594


Explain two-dimensional array.

631


How will you divide two numbers in a MACRO?

715


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1533


write a program to print largest number of each row of a 2D array

1875


Explain the difference between call by value and call by reference in c language?

651


What oops means?

587


Where define directive used?

610


How do I copy files?

625