C++ New And Delete Question:
Download Job Interview Questions and Answers PDF
int const *ptr1 = &m;
// this is example of,
a) Constant pointer
b) Pointer to a constant
c) Both of above
d) None of above
Answer:
b) Pointer to a constant
Download C++ New And Delete Interview Questions And Answers
PDF