#define MAX(x,y) (x) >(y)?(x):(y)
main()
{
inti=10,j=5,k=0;
k= MAX(i++,++j);
printf("%d..%d..%d",i,j,k);
}
No Answer is Posted For this Question
Be the First to Post Answer
Are the variables argc and argv are always local to main?
What is nested structure in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is the use of header?
write a c program to find biggest of 3 number without relational operator?
how to create c progarm without void main()?
what are the 10 different models of writing an addition program in C language?
What is a null pointer in c?
How can I delete a file?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
to find the closest pair
What is hash table in c?