Logo

Which of the following commands is executed in PHP to concatenate the variables $x with $y? A) $x + $y B) $x=$y C) concat ($x ,$y) D) $x.$ y

Class 12 Computer Science · 2079 · Solved Question with Answer

Which of the following commands is executed in PHP to concatenate the variables $x with $y?

 A) $x + $y        B) $x=$y     C) concat ($x,$y)      D) $x.$y

Solution

Please login to view the answer.