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

what is the output?

Answer Posted / mastan vali.shaik

55 59

Is This Answer Correct ?    3 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented b language?

1476


What are the disadvantages of c language?

1259


Why do some versions of toupper act strangely if given an upper-case letter?

1118


What is a void pointer in c?

1158


What is typedef?

1512


why wipro wase

2372


Explain what is the benefit of using const for declaring constants?

1092


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2251


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1483


Explain a file operation in C with an example.

1180


Difference between Function to pointer and pointer to function

1130


FILE PROGRAMMING

2296


Explain what is output redirection?

1250


When a c file is executed there are many files that are automatically opened what are they files?

1155


given post order,in order construct the corresponding binary tree

2859