πŸ“Š PHP
Q. What will be the output of: echo 5 . 3; ?
  • (A) 8
  • (B) 53
  • (C) 15
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 53

Explanation: In PHP, the dot (.) is the string concatenation operator, so 5 . 3 results in the string '53'.

Explanation by: Rati Dubey
In PHP, the dot (.) is the string concatenation operator, so 5 . 3 results in the string '53'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
45
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
84%
Success Rate