Const char *myPointer is a non constant pointer to constant data; while char *const
myPointer is a constant pointer to non constant data.
What is the difference between const char *myPointer and char *const myPointer?
Category: C Interview Question, C++ Questions | 7 views
0 responses so far!
-
There are no comments yet...Kick things off by filling out the form below.
