Q. Which operator is used to compare both value and type in PHP?

  • (A) ==
  • (B) ===
  • (C) =
  • (D) !=
πŸ’¬ Discuss
βœ… Correct Answer: (B) ===
Explanation: === compares both value and data type.
Explanation by: Admin
=== compares both value and data type.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
39
Total Visits
πŸ“½οΈ
7 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
92%
Success Rate