Answers

Question and Answer:

  Home  C++ New And Delete

⟩ int const *ptr1 = &m; // this is example of, a) Constant pointer b) Pointer to a constant c) Both of above d) None of above

b) Pointer to a constant

 212 views

More Questions for you: