M

Mr. Dubey • 100.69K Points
Coach

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

  • (A) 343
  • (B) 27
  • (C) 133
  • (D) compiler error
Share

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics