有以下语句定义,语法存在错误的是() A、*p=1; B、q++; C、next++; D、(*j)++; int x=5; const int *const p=&x; const int &q=x; int const *next=&x; const int *j=&x;