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
Is c language still used?
What is 'bus error'?
What is the difference between mpi and openmp?
What are the types of c language?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is const volatile variable in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between #include
Explain can you assign a different address to an array tag?
What is array of pointers to string?
What is exit() function?
Is c call by value?
about c language
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are terms in math?