Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     /

    B.

     !

    C.

     ~

    D.

     ^

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The twidle (~) character is used to represent the logical operator NOT.


Be The First To Comment