char const*const variablename = " ";
what does it mean?
is it same as pointer declaration?
Please anyone explain.
Thank you in advance!
It's a const
pointer to a const
C string. This means that neither the contents of the string, nor the pointer itself, can be changed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With