Q. Which operator is used to check if two values are not equal in PHP?

  • (A) !=
  • (B) !==
  • (C) <>
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above
Explanation: PHP supports !=, !==, and <> for inequality comparison.
Explanation by: Rati Dubey
PHP supports !=, !==, and <> for inequality comparison.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
73
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
89%
Success Rate