Q. Which is the correct syntax to declare constant pointer? (Solved)
1. int *const constptr;
2. *int constant constptr;
3. const int *constptr;
4. a and c both
- d. a and c both
1. int *const constptr;
2. *int constant constptr;
3. const int *constptr;
4. a and c both