main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
what is the output?
Answer Posted / vignesh1988i
x=57
y=95
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
diff between exptected result and requirement?
What are the 32 keywords in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is maximum size of array in c?
What are the advantages and disadvantages of c language?
Is c high or low level?
In a header file whether functions are declared or defined?
Explain #pragma statements.
Explain the difference between call by value and call by reference in c language?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Describe explain how arrays can be passed to a user defined function
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the difference between c &c++?
Define Spanning-Tree Protocol (STP)
all c language question