Aiyyappan N
Aiyyappan N answered
1. Echo works faster than print(). 2. Echo and print are language construct. 3. Print behaves as a function and it returns an integer value. 4. Echo does not returns any values. 5. Echo is not suitable for conditional construct 6. Print is suitable for conditional construct. 7. Print process is slower than echo .