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...

void main()
{
int x=25,y=32;
clrscr();
x=x++ + y++;
y=++x + ++y;
printf("%d%d",x,y);
}

Answer Posted / prasanna

57 61

Is This Answer Correct ?    9 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parts of c program?

1159


What are the 3 types of structures?

1067


How do you define structure?

1093


How can you determine the maximum value that a numeric variable can hold?

1301


How can I find out if there are characters available for reading?

1167


When should volatile modifier be used?

1077


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2218


Why array is used in c?

1064


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1174


Why is c faster?

1187


What is the benefit of using an enum rather than a #define constant?

1323


What are the 5 data types?

1215


Define Array of pointers.

1158


what will be maximum number of comparisons when number of elements are given?

1953


What is the size of empty structure in c?

1131