What is output? #include #include #define x 5+2 void main() { int i; i = x*x*x; printf("%d", i); getch(); }9/25 What is output? #include #include #define x 5+2 void main() { int i; i = x*x*x; printf("%d", i); getch(); }2127Complier ErrorAnotherGiải thíchChọn đáp án B