#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

the question is that what you have been doing all these periods (one year gap)

1611


What is meant by 'bit masking'?

877


write a program to find out prime number using sieve case?

1629


Is printf a keyword?

751


please send me the code for multiplying sparse matrix using c

1712






What is the difference between arrays and pointers?

624


What do you understand by normalization of pointers?

617


Write a code to remove duplicates in a string.

623


How to compare array with pointer in c?

610


What is volatile variable how do you declare it?

558


What is pass by reference in functions?

316


What are the 32 keywords in c?

623


Explain modulus operator.

588


Do you know the difference between malloc() and calloc() function?

601


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1638