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

58

Is This Answer Correct ?    32 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a factorial program using C.

1123


Write the syntax and purpose of a switch statement in C.

1153


Why does the call char scanf work?

1265


What does volatile do?

1047


What is the difference between fread buffer() and fwrite buffer()?

1229


What is the process to create increment and decrement stamen in c?

1104


write a program in c language to print your bio-data on the screen by using functions.

6841


Explain what does the function toupper() do?

1136


What is the difference between procedural and declarative language?

1190


What will the preprocessor do for a program?

1120


What is the use of typedef in structure in c?

1009


What is a static function in c?

1246


What is a pointer in c plus plus?

1388


What is c definition?

1342


What is difference between scanf and gets?

1373