char a[] = "hello";
我的理解是,a行为就像一个指向字符串的常量指针.我知道写作a++不会奏效,但为什么呢?
a
a++
c arrays pointers
arrays ×1
c ×1
pointers ×1