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
0
120 answer come sayd
Explanation:
hopefully u satisfy with this answer
Similar questions
Science,
3 months ago
Computer Science,
3 months ago
History,
3 months ago
Physics,
6 months ago
Biology,
11 months ago