Cin.getline() max size confusion

In cin.getline(str, max_size, dlim), does the max_size include the null charcater?

yes it will reserve for the null char