Q. What will be output if you will compile and execute the following c code? #include<stdio.h>#define x 5+2int main(){int i;i=x*x*x;printf("%d",i); return 0;} (Solved)
1. 343
2. 27
3. 133
4. compiler error
- b. 27
1. 343
2. 27
3. 133
4. compiler error