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

hey how come 15 ....
ans is 11,16

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between text files and binary files?

1221


What is difference between structure and union in c programming?

1176


What is echo in c programming?

1095


What is the meaning of c in c language?

1247


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4753


Explain what is wrong with this program statement? Void = 10;

1313


How do I copy files?

1108


What is an endless loop?

1323


What are integer variable, floating-point variable and character variable?

1299


What are the types of data types and explain?

1137


What is cohesion in c?

1027


What is meant by gets in c?

1267


What is hash table in c?

1078


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1108


Is null equal to 0 in sql?

1190