16.若有定义:int aa[ 8];则以下表达式中不能代表数组元aa[1]的地址的是:___c__。 A) &aa[0]+1 B) &aa[1] C) &aa[0]++ D) aa+1 因为++是变量才能使用的,而&aa[0]是常量