Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

write a program to display & create a rational number

1 Answers   HCL, TCS,


What is the need of structure in c?

0 Answers  


What are local static variables?

0 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Explain the red-black trees?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What is return type in c?

0 Answers  


What is your stream meaning?

0 Answers  


How are variables declared in c?

0 Answers  


Categories