Correct choice is (a) ‘minlength’ is for the minimum number of characters and ‘min’ is for the minimum value
To elaborate: minlength attribute use with <input>, <textarea> elements and it defines minimum number of character allowed. Min is used with <input>, <meter> elements and indicates minimum value allowed in element.