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 / deepak

57 94

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

With the help of using classes, write a program to add two numbers.

1082


What is a newline escape sequence?

1161


program to convert a integer to string in c language'

2508


What is the correct code to have following output in c using nested for loop?

1122


Differentiate between static and dynamic modeling.

1187


What are the salient features of c languages?

1139


What are global variables?

1265


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5535


What is the argument of a function in c?

1102


Where can I get an ansi-compatible lint?

1207


Should I learn c before c++?

1298


How can you increase the size of a dynamically allocated array?

1234


Explain what math functions are available for integers? For floating point?

1161


What is the collection of communication lines and routers called?

1180


How will you divide two numbers in a MACRO?

1187