Look at the snippets given below and check the one in which the variable “a” isn’t equal to the “NULL”.
a. if (a!)
b. if(a!=null)
c. if(a!==null)
d. if(a!null)