Top

Discussion

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: C

the output generated by the following code is 29.

No comment is present. Be the first to comment.
Loading…

Post your comment