Which of the following is the correct statement for the-03246
Which of the following is the correct statement for the following declaration?<br>const int *ptr.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.15.
Which of the following is the correct statement for the following declaration?
const int *ptr.
const int *ptr.
ptr is a constant pointer
ptr is constant integer pointer
ptr is a constant pointer to int
ptr is a pointer to const int