PHP Quiz on Data Types, Constants and Variables

This PHP quiz is based on Data Types, Constants, and Variables. So you can read that article before giving the quiz.

Total Questions: 10

1. What is Scalar Types?

2. Which of the following is a correct answer?

3. Compound data type holds ......

4. Which of the following is a special data type?

5. Which of the following is a Compound data type?

6. Which of the following is a Scalar data type?

7. The name of the constant can be redefined?

8. Variables can be reused after declaring?

9. $var and $VAR are two different variables?

10. Which of the following is not correct rules for naming of the PHP variables?