单项选择题
A、 str[]=bcdef B、 str[]=abcdef C、 str[]=a D、 str[]=ab
A、 5 B、 24 C、 32 D、 40
A、 *(&a[0][0]+10*i+j) B、 *(a+i)+j C、 *(*(a+i)+j) D、 *(a[i]+j)