Safcode Institute by Sir Safder


See Correct Answer


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

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