Wednesday, February 11, 2015

Give the answer without running the program :

Give the answer :
#‎include‬ <stdio.h>
‪#‎define‬ VAL1 3
#define VAL2 2
#define add VAL1+VAL2
int main()
{
printf("%d\n",add*add);
return 0;
}

No comments:

Post a Comment