What is the difference between echo and print?
Options
- They both behave the same.
- Print can take multiple parameters where as echo cannot
- Echo can take multiple parameters where as print cannot
- Print is a function where as echo is not.
CORRECT ANSWER : Echo can take multiple parameters where as print cannot
Write your comments