#include stdio.h

#define LOGIC(a,b) (a==b)
int main()
{
if(LOGIC(2,2))
{
printf("SOOKSHMAS ");
}
return 0;
}

Posted on by