1
Answer

When using an implicitly typed array , which of the following is most appropriate?

sam jame

sam jame

14y
7.1k
1

a. All elements in the initializer list must be of the same type.

b. All elements in the initializer list must be implicitly convertible to a known type which is the actual type of at least one member in the initializer list.

c. All elements in the initializer list must be implicitly convertible to common type which is a base type of the items actually in the list

d. There are no restrictions on the items in the initializer list as the array is not declared to be a specific type .


Answers (1)