Unix C++
Would you like to react to this message? Create an account in a few clicks or log in to continue.

const char *

2 posters

Go down

const char * Empty const char *

Post by Maithreyi Wed Mar 24, 2010 12:03 pm

Can somebody differentiate char* const and const char* ?

Maithreyi

Posts : 76
Points : 142
Join date : 2010-03-03
Age : 36
Location : Haldia

Back to top Go down

const char * Empty Re: const char *

Post by Mahee Wed Mar 24, 2010 7:19 pm

char* const c -> "Pointer c" is constant
pointer value is constant and you cant change it
const char* c -> pointer to a "constant string c"
the string is constant and you cant change it
Mahee
Mahee

Posts : 29
Points : 233
Join date : 2010-03-03
Location : Haldia

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum