Write the following pointer declarations that include a const qualification: 1. Write a declaration for a pointer
Question:
Write the following pointer declarations that include a const qualification:
1. Write a declaration for a pointer to a constant object. Assume the object is of type student.
2. Write a declaration for a constant pointer to a non-constant object. Again, assume the object is of type student.
3. Write a declaration for a constant pointer to a constant object. The object will again be of type student.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: