Status: Tags: Links: C Variables - C Pointers and References
C Constant Pointers
const int* vs int* const
int* const
is a constant pointer
|
|
const int*
is a pointer to a constant- Can point to non-const but cannot change
|
|
Backlinks
|
|
References:
Created:: 2021-09-15 14:44