πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$name1= Ajit;
$name2= Rahul;
echo "$name1"."$name2";
?>
  • (A) Ajit
  • (B) Rahul
  • (C) AjitRahul
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (D) Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
4902
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Sandeep
Publisher
πŸ“ˆ
91%
Success Rate