Computer Science, asked by kishankh81, 6 months ago

Q.32 :-What will the SWAP macro in the following program be
expanded to on preprocessing? will the code compile?
#include<stdio.h>
#define SWAP(a, b, c)(ct; t=a, a=b, b=t)
int maino
{
intx=10, y=20;
SWAP(x, y, int);
printf("%d %d\n", x, y);
return 0;​

Answers

Answered by jain65151
0

120 answer come sayd

Explanation:

hopefully u satisfy with this answer

Similar questions