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);
}

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


Please Help Members By Posting Answers For Below Questions

Is c language still used?

1045


What is 'bus error'?

1210


What is the difference between mpi and openmp?

1358


What are the types of c language?

1084


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2230


What is const volatile variable in c?

1105


Can the sizeof operator be used to tell the size of an array passed to a function?

1178


What is the difference between #include

and #include “header file”?

1092


Explain can you assign a different address to an array tag?

1125


What is array of pointers to string?

1161


What is exit() function?

1075


Is c call by value?

1080


about c language

2074


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

1240


What are terms in math?

1099