main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / sujith vargheese
Hi The correct Answer is X=55 AND y=94
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What do you mean by keywords in c?
What does 3 periods mean in texting?
can any one provide me the notes of data structure for ignou cs-62 paper
What is struct node in c?
Differentiate between a structure and a union.
How do you convert strings to numbers in C?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is #include stdio h and #include conio h?
code for find determinent of amatrix
is it possible to create your own header files?
How can I change the size of the dynamically allocated array?
What is pre-emptive data structure and explain it with example?
Explain the priority queues?
cavium networks written test pattern ..
#include