A

Admin • 833K Points
Coach

Q. What is the output of: printf("%p", NULL);

  • (A) 0
  • (B) (nil)
  • (C) 0x0
  • (D) Depends on compiler
  • Correct Answer - Option(D)
  • Views: 22
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

NULL is usually printed as 0, 0x0, or (nil) depending on implementation.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.