Ques. What is the use of "echo" in php?
echo in php is used to print the statements to the output screen.echo has no return valueeg:echo "Hello";