Respuesta :

In computer programmingnull is both a value and a pointer. Null is a built-in constant that has a value of zero. It is the same as the character \0 used to terminate strings in C. Null can also be the value of a pointer, which is the same as zero unless the CPU supports a special bit pattern for a null pointer.