问答题
unsigned short array[]={1,2,3,4,5,6,7}; int i = 3; *(array + i) = ?
4
问答题 i最后等于多少?
问答题 简述sizeof的用法总结。
问答题 简述sizeof应用在结构上的情况.