#includeiostream
#define sqr(x) ++x * ++x * ++x * ++x
using namespace std;
int main()
{
int a = 2, z;
z = ++a * ++a;
a -= 2;
coutsqr(a)" "z;
return 0;
}
Guess the output.

Posted on by