单项选择题

下面关于数组的初始化正确的是

A.char str[ ] ='a','b','c'
B.char str[2] ='a','b','c'
C.char str[2] [3] ='a','b','c','d','e','f'
D.char str( ) ='a','b','c'