#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
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain the difference between struct and union.
what is the output of below int n=10; (n++)++; printf("%d",n);
Write a program for print infinite numbers
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
how do you programme Carrier Sense Multiple Access
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
what is different between auto and local static? why should we use local static?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
pascal triangle program
What are the types of unary operators?