0
Print and echo
what is the difference between print and echo?
1 Answer
+ 1
1. echo can take multiple parameters while print only one
2. print returns value and can be used in expression while echo is just for printing
what is the difference between print and echo?