πŸ“Š PHP
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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
8 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
86%
Success Rate