#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 / sumi
11 , 6, 10
| Is This Answer Correct ? | 54 Yes | 32 No |
Post New Answer View All Answers
What are multibyte characters?
Can a local variable be volatile in c?
Explain what is the difference between functions abs() and fabs()?
Differentiate between #include<...> and #include '...'
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
the question is that what you have been doing all these periods (one year gap)
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.?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What are data structures in c and how to use them?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are the advantages and disadvantages of pointers?
Explain about C function prototype?
What is the data segment that is followed by c?
Do you know the use of fflush() function?
For what purpose null pointer used?