πŸ“Š C Programming
Q. What is the output of: printf("%p", NULL);
  • (A) 0
  • (B) (nil)
  • (C) 0x0
  • (D) Depends on compiler
πŸ’¬ Discuss
βœ… Correct Answer: (D) Depends on compiler

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

Explanation by: Mr. Dubey
NULL is usually printed as 0, 0x0, or (nil) depending on implementation.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate