What is the output of this program?
#include #define x 3 int main() { int i; i = x*x*x; printf("%d",i); return 0; }
Answer: A
No answer description available for this question.