"/>
<?phpprint "echo hello world";?>
<?php
print "echo hello world";
?>
echo hello world
hello world
nothing
error
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
The print statement will print what ever is present inside the double-quotes.
Be The First To Comment