PHP Operators Quiz

This quiz is based on PHP operators. So you can read that article before giving the quiz.

Total Questions: 10

1. Which of the following is not an arithmetic operator?

2. Which of the following is not an assignment operators?

3. Which of the following is not a comparison operators?

4. Which of the following is not a logical operators?

5. Which of the following is correct operator for combining two strings?

6. Which operator is used to find the modulus in PHP?

7. What is correct output of echo 17%5

8. What is correct output of echo (10>5)

9. What is correct output of echo 2**3

10. What is the name of %= operator?