What is the difference between "print" and "echo"?
There is no difference.
Print returns length of data printed and echo does not
Echo returns length of the data printed and print does not
Print buffers the output, while echo does not
None of the above
Submit