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;
}
#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