Null at last node

How last node of linked list is pointing to Null???

when making a node. it is in linked lists’s basic code to always keep tail->next = NULL
so we intentionally alter the tail of the leftll to point to root but we keep keep the tail of the rightll as it is and hence it points to null