صح
In a linked list, it is possible to have an empty node, which means that a node does not contain any data value but only points to the next node in the list. This is known as a "null" or "empty" node and is commonly used as the tail node of the list to indicate the end of the list.