#define funciton( h, \ i, j ) h##ello * 2 * i##ello * j##ello int hello = 7; int main() { int x = funciton( h, h, h ); int y = funciton(h,h,h); }