#include #define SWAP(type,a,b) {type t = a; a = b; b = t;} int main(void) { int a=5, b=7; if (a