You are on page 1of 1

#define max 10+2

void main()
{
int a;
a=max*max;
printf( %d ,a);
}

You might also like