What will be output if you will compile and execute the following c code?
#include 
#define x 5+2
int main(){
int i;
i=x*x*x;
printf("%d",i);
return 0;
}

Posted on by