Q. What will be the output?

Code:
$x = NULL;
echo is_null($x);
  • (A) 1
  • (B) 0
  • (C) NULL
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1
Explanation: is_null() returns true (1).
Explanation by: Roshan
is_null() returns true (1).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
27
Total Visits
πŸ“½οΈ
5 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
91%
Success Rate