What is the output generated by the following code? Â Â Â Â #define square (a) (a*a) Â Â Â Â printf("%d", square (4+5) ) ;
Answer: C
the output generated by the following code is 29.