A.  print() can be used as part of an expression, while echo() can’t

B.  echo() can be used as part of an expression, while print() can’t

C.  echo() can be used in the CLI version of PHP, while print() can’t

D.  print() can be used in the CLI version of PHP, while echo() can’t

E.  There’s no difference: both functions print out some text!

1
Correct Answer :
print() can be used as part of an expression, while echo() can’t
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python