1.

Which character does the error_reporting directive use to represent the logical operator NOT?(a) /(b) !(c) ~(d) ^The question was asked in a national level competition.This interesting question is from Error Handling in section Error Handling and Exception Handling in PHP of PHP

Answer»

Right ANSWER is (c) ~

For EXPLANATION: The twidle (~) CHARACTER is used to represent the logical operator NOT.



Discussion

No Comment Found

Related InterviewSolutions