Which of the following correctly completes the explicit list function with a specified size count?
a) explicit list(size_type count)
b) explicit list(size_type count) // todo - don't forget the list initializer
c) explicit list(size_type count) // todo - initialize the list with count elements
d) explicit list(size_type count) // todo - add elements to the list