Latest Huawei Aptitude Question SOLUTION: #include #define mult(x,y) x*y int main() { int a=5,b=5; printf("%d",mult(a+b,a+b)); return 0; }