In the following statement,
const char * const cp = "xyz";

a) Address assigned to pointer cp cannot be changed
b) contents it points to cannot be changed
c) Both of above
d) None of above

Submitted by: Administrator
c) Both of above
Submitted by:

Read Online C++ New And Delete Job Interview Questions And Answers