1.

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

A. 81
B. 4
C. 29
D. None of the above.
Answer» D. None of the above.


Discussion

No Comment Found