Quiz based on Print Statement, Code Blocks and Commenting

This quiz is based on Print Statement, Code Blocks, and Commenting. So you can read before giving this quiz.

Total Questions: 7

1. Which is correct way to write code in PHP?

2. echo returns no values?

3. echo is faster than print?

4. print always returns 1?

5. Which of the following is the way to create comments in PHP?

6. Which is not correct in PHP?

7. Can you pass multiple strings separated by ‘,’ in echo statement?