A. 区间[a, a + n)表示了该数组中的元素。 B. a + n是最后一个元素的地址。 C. a是首元素的地址。 D. 应用STL算法sort排序的表达式可以是sort(a, a + n)。
A. s += 's' B. s = "Hello" C. s - 'a' D. s > "abc"