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 / mahendra giri

11 16

Is This Answer Correct ?    136 Yes 33 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c still relevant?

1138


How many keywords (reserve words) are in c?

1184


What is a macro in c preprocessor?

1151


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1408


write a c program in such a way that if we enter the today date the output should be next day's date.

2240


What is the role of this pointer?

1126


How arrays can be passed to a user defined function

1069


What is s or c?

1118


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5534


Write a program to print factorial of given number without using recursion?

1042


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1321


What is difference between stdio h and conio h?

1436


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1066


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1167


What is wrong with this program statement?

1085