a), . , [0], ? ( )?
" undefined", . , subarray, , , , , . . . "undefined behavior" -land.
b) subarray "const", . ? , , .
.
const int * p1;
int const * p2;
int * const p3;
int * p4;
int const * const p5;
++. 1 , const int. 2 , 1 ( ). 3 , const mutable int. 4 , mutable int. 5 , const const int. : , , , .
c) , "" 10 , , . , ?
, , (.. , ).
, Java, . , void A::method(const int**) , . , . (, A), .
, ++ , . , , , std::vector . , ( rvalue, ). "" / .