employer cover photo
employer logo
employer logo

Zoom Your Traffic Web Solutions

Is this your company?

Zoom Your Traffic Web Solutions interview question

What is NULL

Interview Answer

Anonymous

12 Nov 2016

NULL is a special type that only has one value: NULL. To give a variable the NULL value, simply assign it like this − $my_var = NULL; The special constant NULL is capitalized by convention, but actually it is case insensitive; you could just as well have typed −