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
2
Answer:
c i think okkkkkkkkkkkkkkkk brooOoooooooooo
Similar questions
History,
5 months ago
India Languages,
11 months ago
India Languages,
11 months ago
History,
1 year ago