P Priyanka Tomar • 35.28K Points Coach Bookmark Embed Report View In MB-Short Q. Which of the following is the correct way to define a constant pointer in C++? (A) int* const ptr; (B) const int* ptr; (C) int const* ptr; (D) const ptr* int; Correct Answer - Option(A) Views: 55 Filed under category C++ Share
Discusssion
Login to discuss.