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

Answers were Sorted based on User's Feedback



main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / sujith vargheese

Hi The correct Answer is X=55 AND y=94

Is This Answer Correct ?    1 Yes 3 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / vandana

55 93

Is This Answer Correct ?    1 Yes 12 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / guest

58

Is This Answer Correct ?    32 Yes 49 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / chandan dey

55

59

Is This Answer Correct ?    12 Yes 31 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / pooja

55 59

Is This Answer Correct ?    5 Yes 26 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / anjana

57
59

Is This Answer Correct ?    11 Yes 34 No

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf(&q..

Answer / mahendra giri

x=57
y=59

Is This Answer Correct ?    20 Yes 46 No

Post New Answer

More C Interview Questions

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


Why can't we initialise member variable of a strucutre

1 Answers  


How are strings stored in c?

0 Answers  


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


What is hashing in c language?

0 Answers  






int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


What is the meaning of && in c?

0 Answers  


program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5

8 Answers   Aptech, Infosys,


what is foreign key in c language?

1 Answers   ADP,


what is ram?

3 Answers   TCS,


What is the difference between functions getch() and getche()?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


Categories