main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / valli
x=57
y=94
| Is This Answer Correct ? | 29 Yes | 16 No |
Post New Answer View All Answers
What are the similarities between c and c++?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Explain what is the benefit of using #define to declare a constant?
How to declare a variable?
explain how do you use macro?
what are # pragma staments?
the question is that what you have been doing all these periods (one year gap)
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How can you increase the size of a statically allocated array?
C language questions for civil engineering
Calculate 1*2*3*____*n using recursive function??
Why do we use int main instead of void main in c?
code for find determinent of amatrix
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Why static variable is used in c?