See Correct Answer


Print is a function where as echo is not.
Echo can take multiple parameters where as print cannot
They both behave the same.
Print can take multiple parameters where as echo cannot

Correct Answer: Echo can take multiple parameters where as print cannot