πŸ“Š PHP
Q. What will be the output?
Code:
namespace A;
function test() { echo 'A'; }
\A\test();
  • (A) A
  • (B) Error
  • (C) Nothing
  • (D) NULL
πŸ’¬ Discuss
βœ… Correct Answer: (A) A

Explanation: Fully qualified namespace call.

Explanation by: Roshan
Fully qualified namespace call.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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