Computer Science, asked by arundevadig0, 11 months ago

What will be the output? #include
#define fun 1(a,b)a>b?b:a
#define func2(a,b);{temp=a;a=b;
b=temp;}
int main()
{
int a=3,b=5,temp;
if((3+func1(a,b))>b) func2(a,b);
printf("%d%d",a,b);
return 0;
}
A)3 5
B)3 0
C)5 0
D)5 3

Answers

Answered by Anonymous
2

Answer:

c i think okkkkkkkkkkkkkkkk brooOoooooooooo

Similar questions