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

57 91

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t we compare structures?

1325


What is meant by int main ()?

1255


What is a file descriptor in c?

1199


Do character constants represent numerical values?

1399


How can a process change an environment variable in its caller?

1236


How does selection sort work in c?

1099


What is 02d in c?

1111


What is array of pointers to string?

1159


Differentiate Source Codes from Object Codes

1664


What happens if a header file is included twice?

1078


What is static volatile in c?

1077


Write a program to swap two numbers without using a temporary variable?

1181


How can I determine whether a machines byte order is big-endian or little-endian?

1124


Define circular linked list.

1082


What is structure in c explain with example?

1213