what is the difference among const char mypointer


What is the difference among const char *myPointer and char *const myPointer?

 A: Const char *myPointer is a non constant pointer to constant data; whereas char *const myPointer is a constant pointer to non constant data.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: what is the difference among const char mypointer
Reference No:- TGS0217546

Expected delivery within 24 Hours