---
title: "What is the difference between echo and print statement?"  
description: "What is the difference between echo and print statement?"  
author: "Anurag Sharma"  
published: 2011-03-18  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/465/what-is-the-difference-between-echo-and-print-statement  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What is the difference between echo and print statement?

echo() can take multiple expressions,Print cannot take multiple expressions.\

## Answers

### Answer by Anurag Sharma

echo() can take multiple expressions,Print cannot take multiple expressions.\


---

Original Source: https://www.mindstick.com/interview/465/what-is-the-difference-between-echo-and-print-statement

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
