ptr is a constant pointer to integer-03133
ptr is a constant pointer to integer.
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.4.
ptr is a constant pointer to integer.
const int *ptr ;
const *int ptr ;
int const *ptr ;
int *const ptr ;