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

#define MAX(x,y) (x) > (y) ? (x) : (y)
main()
{
int i = 10, j = 5, k = 0;
k = MAX(i++, ++j);
printf("%d %d %d", i,j,k);
}

what will the values of i , j and k?
}

Answer Posted / pawan

10 5 0

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2088


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2749


What is the g value paradox?

1251


What are the advantages and disadvantages of c language?

1070


Can we initialize extern variable in c?

1185


Explain what is dynamic data structure?

1225


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1131


What are conditional operators in C?

1144


Describe the difference between = and == symbols in c programming?

1456


Can we change the value of static variable in c?

1078


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3607


How can a number be converted to a string?

1396


Why is c fast?

1121


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2187


What is #pragma statements?

1159