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 / mahendra giri

x=57
y=59

Is This Answer Correct ?    20 Yes 46 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of a pointer?

1201


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1138


Explain threaded binary trees?

1216


What is an array? What the different types of arrays in c?

1259


Why doesnt this code work?

1128


What are the 32 keywords in c?

1141


What does emoji p mean?

1208


How is a null pointer different from a dangling pointer?

1090


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

1210


What are c header files?

1040


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


What is data structure in c and its types?

1116


Why can arithmetic operations not be performed on void pointers?

1097


When should you not use a type cast?

1184


What is a spanning Tree?

1666