Multiple choice How maximum char will allow char st[20] to be stored in the string? 20 19 18 21 17 Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the correct answer because one char is used for NULL. If it stores 20 char, it will become in overflow condition. It always stores the Maxlength-1 character.