Vidyalelo
PHP · Q4

Exceptions And Error Handling

Programming · PHP · question 4

Q4

Which character do the error_reporting directive use to represent the logical operator NOT?

A.
/
B.
!
C.
~
Answer
D.
^

Answer: Option C

Solution

Answer: Option C
Solution:
The twidle (~) character is used to represent the logical operator NOT.