Examveda

What will be the output of the following PHP code ?
<?php
$one = "one";
$two = "two";
print("$one$two");
?>

A. onetwo

B. $one$two

C. one

D. error

Answer: Option A

Solution (By Examveda Team)

This is same as the echo statement.

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php