Q. Choose the correct snippet from the following to check if the variable "a" is not equal the "NULL": (A) if(a!==null) (B) if (a!) (C) if(a!null) (D) if(a!=null) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) if(a!==null)