Normalized device coordinate (NDC) is the coordinate space after perspective division has been applied to clip space coordinates. In other word, it is essentially a “normalized” version of the clip space.
Different APIs choose different conventions for NDC. See coordinate system conventions across graphics applications > Graphics APIs for details.