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=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}

output??

Answer Posted / daya

11 16

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code on reverse string and its complexity.

1095


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1841


Why cant I open a file by its explicit path?

1086


can any one tel me wt is the question pattern for NIC exam

2025


What is ponter?

1328


How can I avoid the abort, retry, fail messages?

1186


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1138


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2404


How many types of functions are there in c?

1227


what are bit fields in c?

1826


Why do we need volatile in c?

1231


What are the types of data types and explain?

1137


What is the heap?

1261


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2176


What is volatile keyword in c?

1091